dev: minor

This commit is contained in:
mcolonna 2025-06-17 13:42:33 +02:00
parent f1f8d3adfc
commit faf609b30f

View file

@ -32,7 +32,7 @@ run : $(CERT_PATH_FILES)
echoo "Running '$(SRC_COMPOSE)'..." echoo "Running '$(SRC_COMPOSE)'..."
cd -- $(SRC_COMPOSE) cd -- $(SRC_COMPOSE)
DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build
cd - >/dev/null cd -
## Remove all content of the website. ## Remove all content of the website.
@ -42,7 +42,7 @@ reset :
echoo "Removing all data..." echoo "Removing all data..."
cd -- $(SRC_COMPOSE) cd -- $(SRC_COMPOSE)
docker compose down -v docker compose down -v
cd - >/dev/null cd -
## 'reset' then 'run' ## 'reset' then 'run'
@ -93,7 +93,7 @@ $(CERT_PATH_FILES) :
echo "=====" echo "====="
echo echo
cd - >/dev/null cd -
## Remove the SSL certificate. ## Remove the SSL certificate.