This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2020-04-17 10:36:53 -04:00
|
|
|
ARG VERSION="latest"
|
|
|
|
|
FROM "jcabillot/phpapache:${VERSION}"
|
|
|
|
|
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
|
|
|
|
|
|
|
|
|
COPY "root" "/var/www/html"
|