Update readme and Makefile for run --> interactive/daemon
This commit is contained in:
parent
26130d9f28
commit
d2483da0aa
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
all: build run
|
all: build daemon
|
||||||
|
|
||||||
clean: kill remove
|
clean: kill remove
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ you already have docker installed) :
|
|||||||
|
|
||||||
sed -i "s/localhost/0.0.0.0/" package.json
|
sed -i "s/localhost/0.0.0.0/" package.json
|
||||||
make build
|
make build
|
||||||
make run
|
make daemon
|
||||||
curl http://localhost/app
|
curl http://localhost/app
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user