Leaflet Blog in Deno Fresh

Update Dockerfile

Changed files
+3
+3
Dockerfile
···
# Switch to deno user for better security
USER deno
EXPOSE 8000
# Run the application
···
# Switch to deno user for better security
USER deno
+
# Run the build step
+
RUN deno task build
+
EXPOSE 8000
# Run the application