wordpress/Dockerfile

8 lines
196 B
Text
Raw Normal View History

2019-05-11 19:20:19 +00:00
FROM luzifer/alpine-nginx-php
2021-09-09 04:04:28 +00:00
ENV WP_VERSION=5.8.1 \
WP_CHECKSUM=b662c3dff78456399b4de7a6d8e116084f3a414121dec4b84fb2788513440dee
2019-05-11 19:20:19 +00:00
COPY rootfs /
RUN set -ex && /usr/local/bin/container-setup