mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
export port 3000 on dockerfile
This commit is contained in:
@ -31,4 +31,6 @@ COPY --chown=node:node --from=build /app/node_modules/.prisma/client ./node_modu
|
||||
# Copy Prisma Schema & Migrations
|
||||
COPY --chown=node:node --from=build /app/tools/prisma ./tools/prisma
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "dumb-init", "npm", "run", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user