Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
feat(shadowsocks2): add entrypoint
Browse files Browse the repository at this point in the history
add entrypoint

Signed-off-by: mritd <mritd1234@gmail.com>
  • Loading branch information
mritd committed Jul 28, 2018
1 parent 6f382b6 commit b87eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN apk upgrade --update \

COPY --from=builder /go/bin/go-shadowsocks2 /usr/bin/shadowsocks

CMD ["/bin/bash"]
ENTRYPOINT ["shadowsocks"]

0 comments on commit b87eca7

Please sign in to comment.