1
0

🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-01-10 16:57:23 +01:00
parent bccd5c1ec6
commit 45ef1f3ddf
14 changed files with 88 additions and 51 deletions

View File

@ -20,9 +20,17 @@ build-cms:
start-db:
docker compose up db --build
start-nginx:
docker compose up nginx --build
clean-db:
docker stop inception-db
docker container rm inception-db
docker volume rm inception_wp-db
.PHONY: cms-build db-build websrv-build
clean-nginx:
docker stop inception-nginx
docker container rm inception-nginx
.PHONY: cms-build db-build websrv-build clean-db clean-nginx