Remove G_ENV=production from proxy Dockerfile (#1443)

This commit is contained in:
David Farrell
2019-11-06 16:38:55 -08:00
committed by Marwan Sulaiman
parent 025e621007
commit ab8caa2fc4
-2
View File
@@ -28,8 +28,6 @@ COPY --from=builder /usr/local/go/bin/go /bin/go
RUN apk add --update bzr git mercurial openssh-client subversion procps fossil tini && \
mkdir -p /usr/local/go
ENV GO_ENV=production
EXPOSE 3000
ENTRYPOINT [ "/sbin/tini", "--" ]