FROM wordpress

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