Update Makefile
This commit is contained in:
parent
f6ba4130db
commit
65b55416e0
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -101,8 +101,6 @@ build-container:
|
||||||
|
|
||||||
run-container:
|
run-container:
|
||||||
docker run --name uguu -d -p 80:80 -p 443:443 uguu:$(PKG_VERSION)
|
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:
|
purge-containers:
|
||||||
if docker images | grep uguu; then \
|
if docker images | grep uguu; then \
|
||||||
|
|
Loading…
Add table
Reference in a new issue