Files
gns3-docker-appliances/beautiful_vuln_rfi/Dockerfile

4 lines
60 B
Docker

FROM php:8-apache-bullseye
COPY src /var/www/html
EXPOSE 80