Update Dockerfile
knotbin.com 8 months ago 0bdc75c3 d31fa840
··· 4 5 COPY . . 6 RUN deno cache main.ts 0 7 RUN deno task build 8 9 USER deno
··· 4 5 COPY . . 6 RUN deno cache main.ts 7 + RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache 8 RUN deno task build 9 10 USER deno