3rd attempt to fix dockerfile - getting templates from builder

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

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

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