Add Dockerfile
commit
293569f715
|
@ -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"]
|
Loading…
Reference in New Issue