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