mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
fix
This commit is contained in:
parent
4164b75bea
commit
f1275e5b07
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ RUN apk -U --no-cache add \
|
||||||
STOPSIGNAL SIGKILL
|
STOPSIGNAL SIGKILL
|
||||||
USER nobody:nobody
|
USER nobody:nobody
|
||||||
WORKDIR /opt/phpox
|
WORKDIR /opt/phpox
|
||||||
CMD ["python3.6", "sandbox.py"]
|
CMD ["python3", "sandbox.py"]
|
||||||
|
|
Loading…
Reference in a new issue