Maybe build command will work first try?
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s
All checks were successful
Build and Push Next App / build-next (push) Successful in 1m5s
This commit is contained in:
@@ -16,7 +16,7 @@ set -a
|
||||
source "$ENV_FILE"
|
||||
set +a
|
||||
|
||||
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" pull \
|
||||
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" pull \
|
||||
"$BACKEND_CONTAINER_NAME" "$DASHBOARD_CONTAINER_NAME"
|
||||
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up -d \
|
||||
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up -d \
|
||||
"$BACKEND_CONTAINER_NAME" "$DASHBOARD_CONTAINER_NAME"
|
||||
|
||||
Reference in New Issue
Block a user