FROM wordpress

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