Add Dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM alpine:3.18.2
|
||||
|
||||
RUN apk add --update bash socat
|
||||
|
||||
COPY tcp-proxy.sh /usr/bin/tcp-proxy
|
||||
|
||||
RUN chmod +x /usr/bin/tcp-proxy
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tcp-proxy"]
|
Reference in New Issue
Block a user