onbekende flag 2
This commit is contained in:
@@ -28,7 +28,7 @@ else
|
||||
fi
|
||||
|
||||
# Helper to run docker compose from the project root
|
||||
dc() { (cd "$ROOT_DIR" && $DOCKER_COMPOSE -f docker/compose.yaml "$@"); }
|
||||
dc() { (cd "$ROOT_DIR" && $DOCKER_COMPOSE "$@"); }
|
||||
|
||||
REBUILD=1
|
||||
RECREATE=0
|
||||
@@ -132,12 +132,12 @@ Open the app: $APP_URL
|
||||
Mailpit (dev): $MAILPIT_URL
|
||||
|
||||
Common commands:
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE logs -f nginx)
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE logs -f php)
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE logs -f php-worker)
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE exec php bash)
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE exec php npm run watch)
|
||||
(cd "$DOCKER_DIR" && $DOCKER_COMPOSE down)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE logs -f nginx)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE logs -f php)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE logs -f php-worker)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE exec php bash)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE exec php npm run watch)
|
||||
(cd "$ROOT_DIR" && $DOCKER_COMPOSE down)
|
||||
|
||||
You can re-run this script any time. Use --no-build to skip rebuilding images.
|
||||
EOT
|
||||
|
||||
Reference in New Issue
Block a user