Skip to content

Commit

Permalink
chore: no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 29, 2024
1 parent cb330b1 commit bb974fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/src/index.ts .
COPY --from=prerelease /usr/src/app/package.json .

RUN dir

# run the app
USER bun
ENTRYPOINT [ "bun", "--bun", "run", "/usr/src/app/src/index.ts" ]

0 comments on commit bb974fe

Please sign in to comment.