mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-08-13 12:20:36 +03:00
B: Fix rebuilding containers
This commit is contained in:
parent
e488ddbacb
commit
c17ed15905
|
@ -6,8 +6,7 @@ git reset --hard origin/main
|
|||
|
||||
/bin/bash "${BACKUP_SCRIPT}"
|
||||
|
||||
docker compose --file "${COMPOSE_FILE}" up --build --detach
|
||||
docker compose --file "${COMPOSE_FILE}" restart
|
||||
docker compose --file "${COMPOSE_FILE}" up --build --detach --force-recreate
|
||||
docker compose --file "${COMPOSE_FILE}" restart nginx
|
||||
|
||||
# Use this to prune caches
|
||||
|
|
Loading…
Reference in New Issue
Block a user