change port

This commit is contained in:
Chris Grimmett 2023-04-05 21:17:04 -08:00
parent 2f5bcc0fc9
commit 02618dbbbc
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ WORKDIR /opt/app
COPY --from=build /opt/node_modules ./node_modules
ENV PATH /opt/node_modules/.bin:$PATH
COPY --from=build /opt/app ./
EXPOSE 5000
EXPOSE 5555
CMD ["yarn", "start"]