fix: update Dockerfile to expose port 1998 instead of 3000

This commit is contained in:
swve 2024-04-07 18:13:46 +02:00
parent 32a7aeffd2
commit ec00c33bb0

View file

@ -30,5 +30,5 @@ COPY --from=prerelease /usr/src/app/package.json .
# run the app # run the app
USER bun USER bun
EXPOSE 3000/tcp EXPOSE 1998/tcp
ENTRYPOINT [ "bun", "run", "app.ts" ] ENTRYPOINT [ "bun", "run", "app.ts" ]