Change port in backend Dockerfiles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -10,6 +10,6 @@ FROM node:14.3.0-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app .
|
COPY --from=builder /app .
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3500
|
||||||
CMD ["npm", "run", "start:prod"]
|
CMD ["npm", "run", "start:prod"]
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ COPY package-lock.json .
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3500
|
||||||
CMD ["npm", "run", "start:${ENVIRONMENT}"]
|
CMD ["npm", "run", "start:${ENVIRONMENT}"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user