Leaflet Blog in Deno Fresh
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Dockerfile

+2 -2
+2 -2
Dockerfile
··· 5 COPY . . 6 RUN deno cache main.ts 7 RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache 8 - RUN mkdir -p node_modules/.deno && chmod -R 778 node_modules/.deno 9 - RUN mkdir -p node_modules/.deno && chmod -R 779 node_modules/.deno 10 RUN deno task build 11 12 USER deno
··· 5 COPY . . 6 RUN deno cache main.ts 7 RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache 8 + RUN mkdir -p node_modules/.deno && chmod -R 777 node_modules/.deno 9 + RUN mkdir -p node_modules/.deno && chmod -R 777 node_modules/.deno 10 RUN deno task build 11 12 USER deno