Add backend-prod target (debug, 0.0.0.0, 8084)

This commit is contained in:
2019-04-22 23:38:47 +02:00
parent 4a435d5b28
commit 2db0d63269
3 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ run:
- docker rm $(CNNAME)
docker run \
-it \
-v $(HOME):$(HOME) \
-v $(MAKE_ROOT):/project \
-w /project \
--net host \