This commit is contained in:
t3chn0m4g3
2018-09-11 12:19:26 +00:00
parent 992d453b9a
commit 0c86bd9a5a
42 changed files with 15 additions and 946 deletions

View File

@ -45,6 +45,7 @@ RUN apk -U --no-cache add \
rm -rf /var/cache/apk/*
# Set workdir and start phpsandbox
STOPSIGNAL SIGKILL
USER nobody:nobody
WORKDIR /opt/phpox
CMD ["python3.6", "sandbox.py"]