]> jfr.im git - uguu.git/commitdiff
Update Makefile
authorGo Johansson (neku) <redacted>
Sun, 1 Jan 2023 10:06:58 +0000 (11:06 +0100)
committerGo Johansson (neku) <redacted>
Sun, 1 Jan 2023 10:06:58 +0000 (11:06 +0100)
Makefile

index f18aa4282204b525d76071a52f007c103d385549..248f1921a7e9097b96f2cd43fbf9940624ca3a15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -101,8 +101,6 @@ build-container:
 
 run-container:
                docker run --name uguu -d -p 80:80 -p 443:443 uguu:$(PKG_VERSION)
-               docker exec -it uguu /bin/bash service nginx start
-               docker exec -it uguu /bin/bash service php8.1-fpm start
 
 purge-containers:
        if docker images | grep uguu; then \