aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 003b2aa..de542fb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ docker-build:
docker build -t clog .
docker-run:
- docker run --name clog -p 8888:8888 -p 8889:8889 -d clog:latest
+ docker run --name clog -p 8888:8888 -d clog:latest
build:
kodev build