aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 19:21:29 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 19:21:29 -0500
commit4045e192915a4d976a159720e97e744c3773bf99 (patch)
tree11cc960510c0a6f82e9d213e308808472d7f1a53 /Makefile
parentd87a2d7fea8ba6fafe1b4dfa714dcaf715df683c (diff)
Sort of runs in docker
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