diff options
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"] |
