Skip to content

Commit

Permalink
revert: docker debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Sep 20, 2024
1 parent 8964ffd commit 3e0f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
docker compose --profile $(PROFILE) --env-file $(ENV_FILE) build

start:
docker compose --profile $(PROFILE) --env-file $(ENV_FILE) up --build
docker compose --profile $(PROFILE) --env-file $(ENV_FILE) up -d --build

stop:
docker compose --profile $(PROFILE) --env-file $(ENV_FILE) stop
Expand Down

0 comments on commit 3e0f14f

Please sign in to comment.