dev: minor
This commit is contained in:
parent
f1f8d3adfc
commit
faf609b30f
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -32,7 +32,7 @@ run : $(CERT_PATH_FILES)
|
|||
echoo "Running '$(SRC_COMPOSE)'..."
|
||||
cd -- $(SRC_COMPOSE)
|
||||
DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build
|
||||
cd -
|
||||
>/dev/null cd -
|
||||
|
||||
|
||||
## Remove all content of the website.
|
||||
|
@ -42,7 +42,7 @@ reset :
|
|||
echoo "Removing all data..."
|
||||
cd -- $(SRC_COMPOSE)
|
||||
docker compose down -v
|
||||
cd -
|
||||
>/dev/null cd -
|
||||
|
||||
|
||||
## 'reset' then 'run'
|
||||
|
@ -93,7 +93,7 @@ $(CERT_PATH_FILES) :
|
|||
echo "====="
|
||||
echo
|
||||
|
||||
cd -
|
||||
>/dev/null cd -
|
||||
|
||||
|
||||
## Remove the SSL certificate.
|
||||
|
|
Loading…
Add table
Reference in a new issue