Skip to content

Commit

Permalink
chore: debug docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Sep 19, 2024
1 parent 09f4708 commit 6d4176c
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 -d --build
docker compose --profile $(PROFILE) --env-file $(ENV_FILE) up --build

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

0 comments on commit 6d4176c

Please sign in to comment.