Skip to content

Commit

Permalink
Merge pull request #127 from SWE574-Fall2023-Group1/feature/120-makefile
Browse files Browse the repository at this point in the history
Feature/120 makefile
  • Loading branch information
sadikkuzu authored Nov 11, 2023
2 parents 7c58f4c + e4915e6 commit b9fa077
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: help

help:
@echo targets: compose-up, compose-down

compose-up:
docker-compose up -d --build

compose-down:
docker-compose down --remove-orphans

0 comments on commit b9fa077

Please # to comment.