mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Update Dockerfile #32
This commit is contained in:
parent
45ed6ea477
commit
90174abc04
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ RUN apk upgrade
|
|||
COPY --from=go-build /go/wireproxy/wireproxy /usr/bin/
|
||||
|
||||
VOLUME [ "/etc/wireproxy"]
|
||||
ENTRYPOINT [ "/usr/bin/wireproxy", "/etc/wireproxy/config" ]
|
||||
ENTRYPOINT [ "/usr/bin/wireproxy", "--config", "/etc/wireproxy/config" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue