diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9c95a8c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM caddy:alpine + +# Statische Dateien der Leaflet-Map ins Standard-Webroot von Caddy kopieren +COPY index.html /usr/share/caddy/index.html +COPY markers.js /usr/share/caddy/markers.js +COPY tiles /usr/share/caddy/tiles