aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 17:50:55 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 17:50:55 -0500
commite7aa0a72edd5ff71453b34a3d6b32f0d0a113af6 (patch)
treedee03cb2c7e138d03749344e35fff562a3512f64 /Makefile
parentea8676066c1b87565149222ebe1a17c6905aa7d7 (diff)
docker iteration
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