Files
ip/Dockerfile
2020-01-08 10:04:37 -05:00

6 lines
151 B
Docker

ARG VERSION="latest"
FROM "jcabillot/phpapache:${VERSION}"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
COPY "root" "/var/www/html"