mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: update Dockerfile to expose port 1998 instead of 3000
This commit is contained in:
parent
32a7aeffd2
commit
ec00c33bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue