diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-12 15:35:32 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-12 15:35:32 +0200 |
| commit | 0c9641ec140b28d0aace0efe3569ddf78decc01a (patch) | |
| tree | 6432f3dbeca6410a53367269d5761491b3a5eabf /Dockerfile | |
| parent | c0939701729529e1910f0ff138f97dabd8b8411a (diff) | |
| download | http-0c9641ec140b28d0aace0efe3569ddf78decc01a.tar.gz http-0c9641ec140b28d0aace0efe3569ddf78decc01a.zip | |
env-file
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"] |
