chore: deps

This commit is contained in:
Smigz 2025-03-24 04:45:44 -04:00
parent 6ae4ec6847
commit 0f3d3f416e
3 changed files with 14 additions and 2 deletions

View file

@ -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" ]