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,5 +16,4 @@ set -a
|
||||
source "$ENV_FILE"
|
||||
set +a
|
||||
|
||||
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" build "$NEXT_CONTAINER_NAME"
|
||||
sudo docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" up -d "$NEXT_CONTAINER_NAME"
|
||||
docker compose --env-file "$ENV_FILE" -f "$COMPOSE_FILE" build "$NEXT_CONTAINER_NAME"
|
||||
|
||||
Reference in New Issue
Block a user