summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec80b91..c910003 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
-run:
+docker-run:
@docker run -d --name ded-core -p 4000:4000 --rm ded-core:latest
+run:
+ @go run ./cmd/web -addr ":4000"
+
build:
@docker build -t ded-core .