mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:18:29 +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
|
COPY schema/ /app/schema
|
||||||
|
|
||||||
RUN chmod +x /app/go-proxy
|
RUN chmod +x /app/go-proxy
|
||||||
ENV DOCKER_HOST unix:///var/run/docker.sock
|
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
ENV GOPROXY_DEBUG 0
|
ENV GOPROXY_DEBUG=0
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|||||||
Reference in New Issue
Block a user