testing
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s

This commit is contained in:
2026-02-08 18:04:59 +01:00
parent d7449ac522
commit 29f1c5a1fa

View File

@@ -1,15 +1,2 @@
#!/bin/bash #!/command/with-contenv bash
mkdir -p /config /app/www
mkdir -p /app/www
if [ ! -f /config/lighttpd.conf ]; then
echo "Keine Konfiguration gefunden, kopiere Standard..."
cp /defaults/lighttpd.conf /config/lighttpd.conf
fi
if [ ! -f /app/www/index.html ]; then
echo "<h1>Es funktioniert!</h1><p>Lighttpd auf Alpine.</p>" > /app/www/index.html
fi
chown -R abc:users /config
chown -R abc:users /app/www