use port 5555

This commit is contained in:
Chris Grimmett 2024-04-08 23:54:29 -08:00
parent 15d3add6a1
commit fcb1d8830a
1 changed files with 1 additions and 0 deletions

View File

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