From 0c9641ec140b28d0aace0efe3569ddf78decc01a Mon Sep 17 00:00:00 2001 From: jerome Date: Sun, 12 Oct 2025 15:35:32 +0200 Subject: env-file --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Dockerfile') 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"] -- cgit v1.2.3