Skip to content

Commit

Permalink
v0.5-rc1: updated Dockerfile to conform latest format
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Sep 16, 2024
1 parent 4cddd4f commit 996b418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996b418

Please sign in to comment.