FROM wordpress

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