diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-21 21:14:09 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-21 21:14:09 +0000 |
commit | c9876c40703b6723f94eea5638a0779c0550b2d7 (patch) | |
tree | 47e8946c2b7b47a35a96ba9b0d4341e3d5c83ede /run.sh | |
parent | Initial commit (diff) | |
download | hived-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-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/usr/bin/env sh +docker build -t hived ./ && docker-compose up |