FROM python:latest COPY ./check_wp_vuln.sh / RUN chmod +x /check_wp_vuln.sh ENTRYPOINT ["/check_wp_vuln.sh"]