Skip to content

Commit

Permalink
project over
Browse files Browse the repository at this point in the history
  • Loading branch information
vbachele committed Sep 29, 2022
1 parent 4ec74f0 commit 19e3190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
all:
@docker-compose -f ./scrs/docker-compose.yml up -d --build
@docker compose -f ./scrs/docker-compose.yml up -d --build

down:
@docker-compose -f ./scrs/docker-compose.yml down
@docker compose -f ./scrs/docker-compose.yml down

re:
@docker-compose -f scrs/docker-compose.yml up -d --build
@docker compose -f scrs/docker-compose.yml up -d --build

clean:
@docker stop $$(docker ps -qa);\
Expand Down

0 comments on commit 19e3190

Please sign in to comment.