summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-10-12 12:26:58 +0200
committerjerome <jerome@xlinfo.fr>2025-10-12 12:26:58 +0200
commitc0939701729529e1910f0ff138f97dabd8b8411a (patch)
tree4d6b31ca9df29fe85da0cdc7f9cd2d1ad103cf97 /Dockerfile
parentca7a1a2a894b1d0b02109f3c50934d333a27742a (diff)
downloadhttp-c0939701729529e1910f0ff138f97dabd8b8411a.tar.gz
http-c0939701729529e1910f0ff138f97dabd8b8411a.zip
flag
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]