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