mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
ci(docker): add env port to dockerfile, use port env instead of server_port
This commit is contained in:
@ -46,4 +46,6 @@ RUN pnpm install -F client --frozen-lockfile --prod
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV PORT 3000
|
||||
|
||||
CMD [ "pnpm", "run", "start:client" ]
|
||||
Reference in New Issue
Block a user