Skip to content

Commit

Permalink
fix: use 3000 port in docker file for api (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Sep 28, 2023
1 parent 3d63a65 commit 5095b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --chown=node:node --from=build-stage /usr/src/app/packages/api/dist ./packa
ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV

ARG PORT=3020
ARG PORT=3000
ENV PORT $PORT

ARG METRICS_PORT=3005
Expand Down

0 comments on commit 5095b1b

Please sign in to comment.