docker-base-php/Dockerfile
Jan Christian Grünhage 89a26d5f63
All checks were successful
the build was successful
initial impl
2018-01-27 22:31:45 +01:00

6 lines
93 B
Docker

FROM docker.jcg.re/base-caddy
RUN apk add --no-cache \
php7-fpm
ADD root /
EXPOSE 8888