fixed dockerfile

This commit is contained in:
konrad 2018-12-13 15:44:38 +01:00
parent 3a939124a7
commit 768b9a0e20
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#Build stage
FROM golang:1.11-alpine AS build-env
ENV TAGS "sqlite"
ENV GO111MODULE=on
ENV GOFLAGS=-mod=vendor
@ -31,6 +30,7 @@ RUN apk --no-cache add \
tzdata
COPY docker /
RUN ls /go/src/code.vikunja.io/goget/
COPY --from=build-env /go/src/code.vikunja.io/goget/goget /app/goget/goget
ENV VIKUNJA_SERVICE_ROOTPATH=/app/goget/