mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 14:13:09 +02:00
v0.5-rc1: updated Dockerfile to conform latest format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user