aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de542fb..3e26ce0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ docker-build:
docker build -t clog .
docker-run:
+ docker rm -f clog
docker run --name clog -p 8888:8888 -d clog:latest
build: