summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2023-01-15 18:39:56 -0600
committerMark Powers <mark@marks.kitchen>2023-01-15 18:39:56 -0600
commit1a878ad889106b51b20a83f2f292933fd89ab6d5 (patch)
tree7d71f89f7259190b85d7fbb0e39a75117fb62ba4 /Makefile
parentd0969bd6886a81dc59c5c02b12468a97b3c4cf58 (diff)
Add scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..327b408
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+build:
+ docker build . -t tracker
+
+start:
+ docker-compose up -d