wordpress/Dockerfile

8 lines
194 B
Text
Raw Normal View History

2019-05-11 19:20:19 +00:00
FROM luzifer/alpine-nginx-php
2020-04-01 13:14:23 +00:00
ENV WP_VERSION=5.4 \
WP_CHECKSUM=ef339520f0e4214214bb230a2efaa2e5497cf872dc81710800eee7b34135de32
2019-05-11 19:20:19 +00:00
COPY rootfs /
RUN set -ex && /usr/local/bin/container-setup