Dockerfile.debian building and running

This commit is contained in:
Adam Outler
2025-10-08 19:55:16 -04:00
parent 558ab44d3f
commit 016a6adf42
16 changed files with 111553 additions and 2062 deletions

View File

@@ -116,8 +116,8 @@ configure_php() {
start_services() {
echo "[4/4] Starting services"
chmod +x /entrypoint.sh
setsid bash /entrypoint.sh&
sudo chmod +x /entrypoint.sh
setsid bash /entrypoint.sh&
sleep 1
}