mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
Create Dockerfile
This commit is contained in:
parent
b48e304aa0
commit
1b4dc5b492
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -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…
x
Reference in New Issue
Block a user