run as root

This commit is contained in:
Siddharth Singh 2024-08-27 02:18:56 +05:30
parent 13701c535e
commit 37acf03106
No known key found for this signature in database

View file

@ -9,8 +9,7 @@ ENV PORT 5000
EXPOSE 5000
WORKDIR /app
RUN mkdir -p data && chown -R deno data
USER deno
RUN mkdir -p data
COPY . .
RUN deno cache src/server.ts
RUN deno task headless:setup