Update Makefile

This commit is contained in:
Go Johansson (neku) 2023-01-01 11:06:58 +01:00
parent f6ba4130db
commit 65b55416e0
1 changed files with 0 additions and 2 deletions

View File

@ -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 \