aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33d06d8..fdd13c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
build:
@docker build -t dbasik:latest .
-run:
+run-container:
@docker run -it --rm -p 4000:4000 dbasik:latest
+
+run:
+ @docker compose up -d