Skip to content

Commit d83e45f

Browse files
committed
trim trailing spaces
1 parent 23baf97 commit d83e45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN chown -R www-data:www-data /var/www/index
9595
# Use WP-CLI to intall WordPress
9696
USER www-data
9797
WORKDIR /var/www/index
98-
ARG WP_VERSION
98+
ARG WP_VERSION
9999
RUN wp core download --version=$WP_VERSION
100100

101101
# Add WordPress basic configuration

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
container_name: index-web
1414
depends_on:
1515
- index-db
16-
build:
16+
build:
1717
args:
1818
WP_VERSION: ${WP_VERSION}
1919
context: .

0 commit comments

Comments
 (0)