Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kidp2h committed Jul 29, 2024
1 parent 8fa2179 commit 237f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ ENV REDIS_HOST=$REDIS_HOST
ENV REDIS_PORT=$REDIS_PORT
COPY --chown=node:node --from=build /usr/src/api/node_modules ./node_modules
COPY --chown=node:node --from=build /usr/src/api/dist ./dist
CMD [ "node", "dist/src/main"]
CMD [ "node", "dist/main"]
EXPOSE $PORT

0 comments on commit 237f8e3

Please sign in to comment.