dockerfile env update

This commit is contained in:
yusing 2024-03-18 05:15:53 +00:00
parent eca67b24d5
commit bf2c9b0d66

View file

@ -10,7 +10,8 @@ COPY config.default.yml /app/config.yml
RUN chmod +x /app/go-proxy /app/entrypoint.sh
ENV DOCKER_HOST unix:///var/run/docker.sock
ENV VERBOSITY=1
ENV GOPROXY_DEBUG 0
ENV GOPROXY_REDIRECT_HTTP 1
EXPOSE 80
EXPOSE 443