Leaflet Blog in Deno Fresh

Update Dockerfile

Changed files
+1
+1
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