mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
v0.5-rc1: updated Dockerfile to conform latest format
This commit is contained in:
parent
4cddd4ff71
commit
996b418ea9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue