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.9.2 \
|
|
WP_CHECKSUM=c67f1c4de334289d8f8f30111fd468262cf74c2fd986bf0f468bfc52d3ba2fe6
|
|
|
|
COPY rootfs /
|
|
RUN set -ex && /usr/local/bin/container-setup
|