From c0939701729529e1910f0ff138f97dabd8b8411a Mon Sep 17 00:00:00 2001 From: jerome Date: Sun, 12 Oct 2025 12:26:58 +0200 Subject: flag --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index abbf9b5..a4ee265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM debian:stable-slim RUN apt update && apt install -y php-cli COPY www /var/www ENV PASSWD="password123" +ENV FLAG="bidon" WORKDIR /var/www ENTRYPOINT ["php", "-S", "0.0.0.0:5000"] -- cgit v1.2.3