FROM wordpress

COPY challenge-custom/half-baked /var/www/html/wp-content/plugins/half-baked
RUN chown -R www-data:www-data /var/www/html/wp-content/plugins/half-baked

COPY challenge-custom/message.txt /message.txt
RUN chmod 0444 /message.txt

COPY challenge-custom/note.txt /note.txt
RUN chmod 0444 /note.txt