Merge branch 'main' into 'dev'

# Conflicts:
#   package.json
This commit is contained in:
Azizbek Usmonov
2025-06-24 09:56:34 +05:00

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
FILE = dc-front.yml
pull:
git fetch
git merge origin/main
down:
docker compose -f $(FILE) down
up:
docker compose -f $(FILE) up -d --build
deploy: pull down up