aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-21 21:14:09 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-21 21:14:09 +0000
commitc9876c40703b6723f94eea5638a0779c0550b2d7 (patch)
tree47e8946c2b7b47a35a96ba9b0d4341e3d5c83ede /run.sh
parentInitial commit (diff)
downloadhived-c9876c40703b6723f94eea5638a0779c0550b2d7.tar.gz
hived-c9876c40703b6723f94eea5638a0779c0550b2d7.zip
the price end point works, the telegram bot is only echo though
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..4031990
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+docker build -t hived ./ && docker-compose up