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