build front with no cache

This commit is contained in:
Parsa Nazer
2025-03-07 00:07:22 +03:30
parent 61516973d0
commit 5b1e1d378d
+2 -1
View File
@@ -31,5 +31,6 @@ jobs:
script: | script: |
cd /root/hshop/ cd /root/hshop/
docker compose down docker compose down
docker compose build --no-cache docker compose build --no-cache frontend
docker compose build
docker compose up -d docker compose up -d