launch script explicitely using python

This commit is contained in:
Alexander Bersenev
2019-07-23 18:01:44 +05:00
parent 96ba65aba0
commit c543bc1c3d

View File

@@ -10,4 +10,4 @@ RUN setcap cap_net_bind_service=+ep /usr/bin/python3.7
USER tgproxy
WORKDIR /home/tgproxy/
CMD ["./mtprotoproxy.py"]
CMD ["python3", "mtprotoproxy.py"]