deployment fixes
This commit is contained in:
parent
718b45bdf0
commit
772e3412aa
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM ulexus/go-minimal
|
||||
COPY tmp/cycore-web /app
|
||||
COPY tmp/src /
|
||||
COPY tmp/src /src
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue