FROM php:8.1-apache

RUN echo "HZU18{TEST}" > /flag.txt && chmod 444 /flag.txt

USER www-data

WORKDIR /var/www/html
