Update Dockerfile

This commit is contained in:
batsec 2021-01-20 10:06:28 +00:00 committed by GitHub
parent 336912d9a4
commit 7d5e6e4789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Dockerfile vendored
View File

@ -12,4 +12,4 @@ RUN ./install.sh
COPY . /root/shad0w
ENTRYPOINT ["python3.8", "./shad0w.py"]
ENTRYPOINT ["python3", "./shad0w.py"]