Beautiful RFI challenge is working

This commit is contained in:
2025-01-31 16:20:00 +01:00
parent 4bb232c3ce
commit 502b1a241e
7 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,7 @@
FROM php:8-apache-bullseye
COPY src /var/www/html
RUN mkdir /hidden_server
COPY hidden_server /hidden_server
COPY docker/start.sh /start.sh
EXPOSE 80
ENTRYPOINT ["/start.sh"]