Fix wrong python version.

master
Kraeutergarten 2019-05-20 07:02:42 +02:00
parent 9b02c9272e
commit e6de9c299d
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN apk add -U python3 python3-dev gcc musl-dev iptables ip6tables tzdata \
&& apk del python3-dev gcc
COPY server.py /
CMD ["python2", "-u", "/server.py"]
CMD ["python3", "-u", "/server.py"]