fix typo
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s
This commit is contained in:
@@ -14,6 +14,6 @@ if [ ! -f /app/www/index.html ]; then
|
|||||||
echo "<h1>Es funktioniert!</h1><p>Lighttpd auf Alpine.</p>" > /app/www/index.html
|
echo "<h1>Es funktioniert!</h1><p>Lighttpd auf Alpine.</p>" > /app/www/index.html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Berechtigungen korrigieren (für User abc)
|
# Berechtigungen korrigieren (fuer User abc)
|
||||||
chown -R abc:users /config
|
chown -R abc:users /config
|
||||||
chown -R abc:users /app/www
|
chown -R abc:users /app/www
|
||||||
Reference in New Issue
Block a user