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