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 578e54b commit 8148b86
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 @@ -31,6 +31,8 @@ COPY --from=prerelease /usr/src/app/tsconfig.json .

RUN apt-get update && apt-get install tree
RUN tree -I node_modules
RUN chmod -R 777 /src
RUN chmod -R 777 /src/data

USER bun
ENTRYPOINT [ "bun", "--bun", "run", "src/index.ts" ]

0 comments on commit 8148b86

Please sign in to comment.