summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-04-05 15:04:15 +0300
committerGrail Finder <wohilas@gmail.com>2025-04-05 15:04:15 +0300
commit8bc7544e8933d64abc2610a265f37fe13b5767d5 (patch)
treeddcb10ff89723d0c490f6c1e781928ae89666b25 /Makefile
parent287da7acfa71ff07c52035a437209022b4ddc5d6 (diff)
Feat: question repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71d46fa..711c5be 100644
--- a/Makefile
+++ b/Makefile
@@ -32,4 +32,4 @@ stop-container:
docker rm -f demoon 2>/dev/null && echo "old container removed"
run-container: stop-container
- docker run --name=demoon -v $(CURDIR)/store.json:/root/store.json -p 0.0.0.0:9000:9000 -d demoon:master
+ docmer run --name=demoon -v $(CURDIR)/store.json:/root/store.json -p 0.0.0.0:9000:9000 -d demoon:master