COPY Vulns/Foothold/RFI-RCE/RFI-app /var/www/spering.vut
COPY Vulns/Foothold/RFI-RCE/etc /etc
RUN ln -s /etc/nginx/sites-available/spering.vut /etc/nginx/sites-enabled/
RUN find /var/www/spering.vut -type d -exec chmod 0755 {{}} \;
RUN find /var/www/spering.vut -type f -exec chmod 0644 {{}} \;
RUN systemctl enable php8.1-fpm