This website requires JavaScript.
Explore
Help
Sign In
lzc256
/
zbproxy-docker
Watch
1
Star
0
Fork
You've already forked zbproxy-docker
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
5
Wiki
Activity
b1b2454ac4
zbproxy-docker
/
Dockerfile
8 lines
94 B
Docker
Raw
Blame
History
FROM
alpine:latest
WORKDIR
/app
COPY
. /app/
RUN
chmod +x /app/zbproxy
CMD
[
"/app/zbproxy"
]
Reference in New Issue
View Git Blame
Copy Permalink