diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-12 12:26:58 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-12 12:26:58 +0200 |
| commit | c0939701729529e1910f0ff138f97dabd8b8411a (patch) | |
| tree | 4d6b31ca9df29fe85da0cdc7f9cd2d1ad103cf97 /Dockerfile | |
| parent | ca7a1a2a894b1d0b02109f3c50934d333a27742a (diff) | |
| download | http-c0939701729529e1910f0ff138f97dabd8b8411a.tar.gz http-c0939701729529e1910f0ff138f97dabd8b8411a.zip | |
flag
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |
