summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-10-12 15:35:32 +0200
committerjerome <jerome@xlinfo.fr>2025-10-12 15:35:32 +0200
commit0c9641ec140b28d0aace0efe3569ddf78decc01a (patch)
tree6432f3dbeca6410a53367269d5761491b3a5eabf /Dockerfile
parentc0939701729529e1910f0ff138f97dabd8b8411a (diff)
downloadhttp-0c9641ec140b28d0aace0efe3569ddf78decc01a.tar.gz
http-0c9641ec140b28d0aace0efe3569ddf78decc01a.zip
env-file
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a4ee265..31857b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,5 @@
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"]