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