Update publish-to-docker.sh

This commit is contained in:
Bozhidar 2024-05-14 19:48:44 +03:00
parent b55989fc07
commit 6800bd1837

View file

@ -1,3 +1,3 @@
docker compose up --build
docker compose up --build --force-recreate
docker tag phyre-panel:latest bobicloudvision/phyre-panel:latest
docker push bobicloudvision/phyre-panel:latest