diff --git a/Dockerfile b/Dockerfile index 467622c..61e3065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file