add copy instruction to docker-compose

This commit is contained in:
Alexander Bersenev
2019-10-09 01:56:48 +05:00
parent 5f206361f2
commit 0a41479054

View File

@@ -7,6 +7,8 @@ RUN apk add --no-cache python3 py3-cryptography ca-certificates libcap
RUN chown -R tgproxy:tgproxy /home/tgproxy
RUN setcap cap_net_bind_service=+ep /usr/bin/python3.7
COPY mtprotoproxy.py config.py /home/tgproxy/
USER tgproxy
WORKDIR /home/tgproxy/