5 lines
87 B
Docker
5 lines
87 B
Docker
FROM quay.io/thallian/confd-env:latest
|
|
|
|
RUN apk --no-cache add php7-fpm
|
|
|
|
ADD /rootfs /
|