php-test1 / Dockerfile
morrispetris's picture
Create Dockerfile
665da92
raw
history blame
62 Bytes
FROM php:7.0-apache
COPY index.php /var/www/html
EXPOSE 7860