We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23baf97 commit d83e45fCopy full SHA for d83e45f
Dockerfile
@@ -95,7 +95,7 @@ RUN chown -R www-data:www-data /var/www/index
95
# Use WP-CLI to intall WordPress
96
USER www-data
97
WORKDIR /var/www/index
98
-ARG WP_VERSION
+ARG WP_VERSION
99
RUN wp core download --version=$WP_VERSION
100
101
# Add WordPress basic configuration
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
container_name: index-web
14
depends_on:
15
- index-db
16
- build:
+ build:
17
args:
18
WP_VERSION: ${WP_VERSION}
19
context: .
0 commit comments