Skip to content

Commit

Permalink
Merge pull request #63 from openoereb/deamonize_make_serve
Browse files Browse the repository at this point in the history
add -d option to 'make serve'
  • Loading branch information
danduk82 authored Mar 13, 2020
2 parents ec740c1 + b063d74 commit 23a80f3
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 @@ -7,4 +7,4 @@ git-attributes:

.PHONY: serve
serve:
docker-compose up --build --remove-orphans
docker-compose up --build --remove-orphans -d

0 comments on commit 23a80f3

Please sign in to comment.