Remove empty env

This commit is contained in:
Marcus Noble 2021-02-18 19:46:56 +00:00
parent 4b90ed7ecf
commit ec546c0dbb
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-w -s" -o tweetsvg
FROM scratch
ENV ACCESS_TOKEN=
ENV ACCESS_TOKEN_SECRET=
ENV CONSUMER_KEY=
ENV CONSUMER_SECRET=
WORKDIR /app/
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /app/tweetsvg /app/tweetsvg