Skip to content

Commit

Permalink
Merge branch 'develop' into feature/error-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Apr 16, 2020
2 parents 9ead265 + 30aa983 commit 029eed2
Show file tree
Hide file tree
Showing 7 changed files with 292 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ MYSQL_PASSWORD=wordpress
WP_VERSION=5.3.2
WP_DB_USER=wordpress
WP_DB_PASSWORD=wordpress

# PHP
PHP_VERSION=php7.4-apache
3 changes: 2 additions & 1 deletion bin/local-dev/wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG WP_VERSION
ARG PHP_VERSION

FROM wordpress:${WP_VERSION}-php7.4-apache
FROM wordpress:${WP_VERSION}-${PHP_VERSION}

ENV NODE_VERSION 10.18.1
ENV YARN_VERSION 1.21.1
Expand Down
Loading

0 comments on commit 029eed2

Please sign in to comment.