4 lines
55 B
Docker
4 lines
55 B
Docker
|
FROM alpine:3.7
|
||
|
|
||
|
RUN apk add --no-cache nginx php7-fpm
|