aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bef50b5..003b2aa 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,15 @@ all: build
clean:
kodev clean
+ docker rm -f clog
+ docker rmi -f clog:latest
docker-build:
docker build -t clog .
+docker-run:
+ docker run --name clog -p 8888:8888 -p 8889:8889 -d clog:latest
+
build:
kodev build