ci(docker): add env port to dockerfile, use port env instead of server_port

This commit is contained in:
Amruth Pillai
2022-03-07 23:52:39 +01:00
parent 2696a54d17
commit d79997d380
4 changed files with 7 additions and 3 deletions

View File

@ -42,4 +42,6 @@ RUN pnpm install -F server --frozen-lockfile --prod
EXPOSE 3100
ENV PORT 3100
CMD [ "pnpm", "run", "start:server" ]