mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-09 18:33:36 +02:00
Initial commit
This commit is contained in:
13
Dockerfile
Executable file
13
Dockerfile
Executable file
@@ -0,0 +1,13 @@
|
||||
FROM alpine:latest
|
||||
|
||||
MAINTAINER yusing@6uo.me
|
||||
|
||||
COPY bin/go-proxy /usr/bin
|
||||
|
||||
RUN chmod +rx /usr/bin/go-proxy
|
||||
ENV DOCKER_HOST unix:///var/run/docker.sock
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
CMD ["go-proxy"]
|
||||
Reference in New Issue
Block a user