Removed gopath from COPY because it was undefined after second FROM

This commit is contained in:
Jackie Elliott 2018-06-08 17:11:24 -07:00
Родитель 49460399ce
Коммит d68db80d49
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates
WORKDIR /bin/
COPY --from=builder /bin/app .
COPY --from=builder /templates .
COPY --from=builder /go/src/github.com/Azure/spec-sla-bot/templates templates/
# Comment out to run the binary in "production" mode:
# ENV GO_ENV=production