deployment fixes

This commit is contained in:
Seán C McCord 2018-05-07 23:53:58 -04:00
parent 718b45bdf0
commit 772e3412aa
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ workspace:
path: src/github.com/CyCoreSystems/cycore-web
pipeline:
build:
image: golang:1.9
image: golang:1.10
pull: true
commands:
- mkdir -p /go/bin /go/src

View file

@ -1,3 +1,3 @@
FROM ulexus/go-minimal
COPY tmp/cycore-web /app
COPY tmp/src /
COPY tmp/src /src

View file

@ -209,3 +209,4 @@ log.error.flags = 3
log.request.output = off
app.behind.proxy = true
app.secret = ${COOKIE_SECRET}
http.addr = 0.0.0.0