Dockerfile 145 octets
Newer Older
Thomas S.'s avatar
Thomas S. a validé
FROM php:apache

RUN apt update -y && \
    apt install -y git && \
    git clone https://github.com/fatz/hello-world-php-slim.git /var/www/html