Leaflet Blog in Deno Fresh

Update Dockerfile

Changed files
+2
+2
Dockerfile
···
COPY . .
RUN deno cache main.ts
RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache
RUN deno task build
USER deno
···
COPY . .
RUN deno cache main.ts
RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache
+
RUN mkdir -p node_modules/.deno && chmod -R 778 node_modules/.deno
+
RUN mkdir -p node_modules/.deno && chmod -R 779 node_modules/.deno
RUN deno task build
USER deno