Browse Source

Create Dockerfile

pull/53/head
Agung 6 years ago
committed by GitHub
parent
commit
1b4dc5b492
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      Dockerfile

9
Dockerfile

@ -0,0 +1,9 @@
FROM alpine:3.11
COPY binaries/x86_64/* /app
RUN ln -s /app/* /usr/bin
EXPOSE 8080/tcp
CMD tpws --bind-addr=0.0.0.0 --port=8080 --socks --split-pos=2 --hostspell hoSt --hostnospace
Loading…
Cancel
Save