mirror of
https://github.com/luzifer-docker/wordpress.git
synced 2024-11-08 12:50:01 +00:00
7 lines
196 B
Docker
7 lines
196 B
Docker
FROM luzifer/alpine-nginx-php
|
|
|
|
ENV WP_VERSION=5.8.3 \
|
|
WP_CHECKSUM=0994f7377b2989f542e6ba0b84e1e8222613c85519eec7e3d9862e690def22b3
|
|
|
|
COPY rootfs /
|
|
RUN set -ex && /usr/local/bin/container-setup
|