This commit is contained in:
Cadey Ratio 2017-08-29 09:50:30 -07:00
parent f865c1d212
commit 464d947714
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
2 changed files with 4 additions and 3 deletions

6
box.rb
View File

@ -1,5 +1,5 @@
$repo = "git.xeserv.us/xena/vyvanse" $repo = "git.xeserv.us/xena/vyvanse"
$gover = "1.8.3" $gover = "1.9"
from "xena/go-mini:#{$gover}" from "xena/go-mini:#{$gover}"
run "go#{$gover} download" run "go#{$gover} download"
@ -24,9 +24,9 @@ folders.each { |x| foldercopy x }
gobuild "cmd/vyvanse" gobuild "cmd/vyvanse"
cmd "/root/go/bin/vyvanse" cmd "/vyvanse"
run "rm -rf $HOME/sdk /root/go/pkg" run "rm -rf $HOME/sdk /root/go/pkg /root/go/bin/vyvanse ||:"
run "apk del go#{$gover}" run "apk del go#{$gover}"
flatten flatten

View File

@ -25,6 +25,7 @@ services:
# the bot and event sourcing ingress # the bot and event sourcing ingress
vyvanse: vyvanse:
restart: always
image: xena/vyvanse image: xena/vyvanse
env_file: ./.env env_file: ./.env
depends_on: depends_on: