diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 9c95a8c..0000000 --- a/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -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