mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 12:42:40 +01:00
Add tool/util [patch-util] - useful only for devs/contributors
This commit is contained in:
13
build/patch-util/Dockerfile
Normal file
13
build/patch-util/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM wordpress:cli-php7.4 AS wordpress-builder
|
||||
|
||||
USER root
|
||||
|
||||
COPY ["rootfs", "/"]
|
||||
WORKDIR "/wp"
|
||||
|
||||
ENV UID 1000
|
||||
ENV GID 1000
|
||||
ENV WP_LOCALE "en_US"
|
||||
ENV WP_VERSION "5.7.0"
|
||||
|
||||
ENTRYPOINT ["/wp/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user