This commit is contained in:
Jackie Elliott 2018-06-27 14:44:21 -07:00
Родитель 7dce0cdfd3
Коммит 15b62bf49a
1 изменённых файлов: 1 добавлений и 1 удалений

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

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