Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Oct 22, 2023
1 parent 982ffb5 commit f597da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ e2e:
./test.sh

.PHONY: dev
dev:
dev: clean build
docker compose -f compose.yml -f compose.dev.yml up -d

.PHONY: prod
Expand Down

0 comments on commit f597da2

Please sign in to comment.