added rebuild

added rebuild
This commit is contained in:
Clément
2025-06-10 14:30:11 +02:00
parent fec3334440
commit 5afa56dd88
2 changed files with 12 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ DOCKER_CMD=docker exec -it $(DOCKER_CONTAINER_NAME)
all:
docker compose up -d
rebuild:
docker compose up --build
# Launch the container
run:
docker compose up
@@ -35,4 +38,4 @@ migrate:
init_breeze:
$(DOCKER_CMD) composer require laravel/breeze --dev
$(DOCKER_CMD) php artisan breeze:install --dark blade
$(DOCKER_CMD) php artisan breeze:install --dark blade