FROM wordpress

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