PhyrePanel-mirror/docker/publish-to-docker.sh
2024-05-10 21:30:54 +03:00

3 lines
138 B
Bash

docker compose up --build
docker tag phyre-panel:latest bobicloudvision/phyre-panel:latest
docker push bobicloudvision/phyre-panel:latest