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

@ -46,4 +46,6 @@ RUN pnpm install -F client --frozen-lockfile --prod
EXPOSE 3000
ENV PORT 3000
CMD [ "pnpm", "run", "start:client" ]