mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Remove G_ENV=production from proxy Dockerfile (#1443)
This commit is contained in:
committed by
Marwan Sulaiman
parent
025e621007
commit
ab8caa2fc4
@@ -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", "--" ]
|
||||
|
||||
Reference in New Issue
Block a user