FROM wordpress:latest

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