wordpress/Dockerfile

8 lines
196 B
Text
Raw Normal View History

2019-05-11 19:20:19 +00:00
FROM luzifer/alpine-nginx-php
2019-06-18 20:54:27 +00:00
ENV WP_VERSION=5.2.2 \
WP_CHECKSUM=f2a450906feaa999934fd212fb6f1d20f69a44a63c2f37cd5bebce34e2b425a0
2019-05-11 19:20:19 +00:00
COPY rootfs /
RUN set -ex && /usr/local/bin/container-setup