add profiles into dokcer-cmpse.ymal file

This commit is contained in:
2025-06-21 23:54:28 +03:00
parent fb90fc6d6e
commit 5e944fca12
4 changed files with 44 additions and 6 deletions
+5 -2
View File
@@ -1,8 +1,11 @@
build:
@docker compose build
run: stop
@docker compose up -d --remove-orphans
buildC:
@docker compose build --no-cache
run:
@docker compose --profile dev up -d --remove-orphans
stop:
@docker compose down