Fix wrong python version.
parent
9b02c9272e
commit
e6de9c299d
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue