remove expose

This commit is contained in:
Chris Grimmett 2024-04-09 02:13:02 -08:00
parent fcb1d8830a
commit e020c45d32
1 changed files with 0 additions and 1 deletions

View File

@ -11,6 +11,5 @@ ENV NODE_ENV=production
RUN pnpm run build RUN pnpm run build
RUN chown -R node:node /app RUN chown -R node:node /app
USER node USER node
EXPOSE 5555
ENTRYPOINT ["pnpm"] ENTRYPOINT ["pnpm"]
CMD ["run", "start"] CMD ["run", "start"]