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
|
||||
COPY --from=builder /app .
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 3500
|
||||
CMD ["npm", "run", "start:prod"]
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ COPY package-lock.json .
|
||||
RUN npm install
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 3500
|
||||
CMD ["npm", "run", "start:${ENVIRONMENT}"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user