FROM wordpress

COPY --chown=www-data:www-data challenge-custom/patchstack-scheduler-pro/ /usr/src/wordpress/wp-content/plugins/patchstack-scheduler-pro/
COPY challenge-custom/flag.txt /flag.txt
RUN chmod 0444 /flag.txt 