Skip to content

Commit 8e4d610

Browse files
committed
add Makefile to define default run command for the program
1 parent 609e770 commit 8e4d610

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
default: run
2+
3+
run:
4+
@echo "Running the program..."
5+
@docker compose up -d

0 commit comments

Comments
 (0)