Skip to content

Commit

Permalink
fix makefile to run from app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Apr 5, 2024
1 parent b65148d commit 4ae3510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ start:
docker compose up --detach

start-debug:
docker compose -f docker-compose.debug.yml -f docker-compose.yml up --detach
docker compose -f ../docker-compose.debug.yml -f ../docker-compose.yml up --detach

run-logs: start
docker compose logs --follow --no-color $(APP_NAME)
Expand Down

0 comments on commit 4ae3510

Please sign in to comment.