6 lines
79 B
Docker
6 lines
79 B
Docker
FROM thallian/confd-env:latest
|
|
|
|
RUN apk --no-cache add php7-fpm
|
|
|
|
ADD /rootfs /
|