v0.5-rc1: updated Dockerfile to conform latest format

This commit is contained in:
yusing 2024-09-16 13:24:53 +08:00
parent 4cddd4ff71
commit 996b418ea9

View file

@ -18,8 +18,8 @@ COPY --from=builder /src/go-proxy /app/
COPY schema/ /app/schema
RUN chmod +x /app/go-proxy
ENV DOCKER_HOST unix:///var/run/docker.sock
ENV GOPROXY_DEBUG 0
ENV DOCKER_HOST=unix:///var/run/docker.sock
ENV GOPROXY_DEBUG=0
EXPOSE 80
EXPOSE 8888