Mateo commited on
Commit
71d2e8d
·
1 Parent(s): 05da2c4

run background

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -3,7 +3,7 @@ COMPOSE := docker compose
3
  .PHONY: run run-bg stop down logs build ps
4
 
5
  run:
6
- $(COMPOSE) up --build
7
 
8
  stop:
9
  $(COMPOSE) stop
 
3
  .PHONY: run run-bg stop down logs build ps
4
 
5
  run:
6
+ $(COMPOSE) up --build -d
7
 
8
  stop:
9
  $(COMPOSE) stop