Update Dockerfile
knotbin.com 8 months ago 1fe1b716 bf831f2a
··· 7 8 COPY . . 9 RUN deno cache main.ts 10 - RUN mkdir -p node_modules/.deno/node_modules && chmod -R 777 node_modules/.deno/node_modules 11 RUN deno task build 12 13 EXPOSE 8000
··· 7 8 COPY . . 9 RUN deno cache main.ts 0 10 RUN deno task build 11 12 EXPOSE 8000