aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-06 11:48:32 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-06 11:51:12 +0100
commite7e517b822333188ea34f4a4ba83de2253cfe869 (patch)
tree7c467051ec95e13e1db3925bf80c8b27c40a97db /Makefile
parenta931a4637f6d51de4059df6d0d72d147e4775018 (diff)
Reorganises cmd/ structure for publication on pkg.go.dev
Adds key commands to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e69de29..33d06d8 100644
--- a/Makefile
+++ b/Makefile
@@ -0,0 +1,5 @@
+build:
+ @docker build -t dbasik:latest .
+
+run:
+ @docker run -it --rm -p 4000:4000 dbasik:latest