Leaflet Blog in Deno Fresh

Update Dockerfile

Changed files
+1 -1
+1 -1
Dockerfile
···
USER deno
EXPOSE 8000
-
CMD ["run", "-A", "main.ts"]
+
CMD ["run", "--allow-read", "--allow-run", "--allow-write", "--allow-net", "main.ts"]