mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-11 06:12:40 +01:00
Add WP_LOCALE as build arg
This commit is contained in:
@@ -61,7 +61,8 @@ RUN mv /etc/nginx/conf.d /etc/nginx/http.d \
|
||||
|
||||
ARG WP_VERSION
|
||||
ENV WP_VERSION ${WP_VERSION}
|
||||
ENV WP_LOCALE en_US
|
||||
ARG WP_LOCALE en_US
|
||||
ENV WP_LOCALE ${WP_LOCALE}
|
||||
ENV VIRTUAL_HOST your-domain.com
|
||||
ENV S6_KEEP_ENV 1
|
||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2
|
||||
|
||||
Reference in New Issue
Block a user