mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
chore: deps
This commit is contained in:
parent
6ae4ec6847
commit
0f3d3f416e
3 changed files with 14 additions and 2 deletions
|
@ -19,4 +19,4 @@ COPY . .
|
|||
# run the app
|
||||
USER bun
|
||||
EXPOSE $APP_PORT/tcp
|
||||
ENTRYPOINT [ "bun", "run", "app.js" ]
|
||||
ENTRYPOINT [ "bun", "run", "src/app.js" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue