add app ufw-docker

This commit is contained in:
Yann Autissier
2022-12-05 19:29:00 +00:00
parent b938dd0ffd
commit b8fe9d893c
26 changed files with 95 additions and 61 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
## it removes file .env
.PHONY: .env-clean
.env-clean:
rm -i .env || true
$(RUN) rm -$(if $(FORCE),f,i) .env || true
# target .env-update: Update file ENV_FILE
## it updates file ENV_FILE with missing values from file ENV_DIST