[rpc-client] use src->lib pattern, i guess i see why people do it.

This commit is contained in:
41666 2019-04-16 08:50:09 -05:00
parent c706f25214
commit e86f7ff68e
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
10 changed files with 45 additions and 29 deletions

6
build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD | tr '/' '_')
docker build -t "katie/roleypoly:$GIT_BRANCH" .
docker build -f bot.Dockerfile -t "katie/roleypoly:$GIT_BRANCH-bot" .