FROM wordpress:apache

COPY --chown=www-data:www-data challenge-custom/simple-donate-plugin/ /usr/src/wordpress/wp-content/plugins/simple-donate-plugin/
COPY challenge-custom/flag.txt /flag-XXXXXXXXXXXXXXXXXXXXX.txt
RUN chmod 0444 /flag-XXXXXXXXXXXXXXXXXXXXX.txt