Skip to content

Commit

Permalink
fix: copy plugins directory
Browse files Browse the repository at this point in the history
- Copies full plugins directory
- Removes plugins directory from .dockerignore
  • Loading branch information
rise-erpelding committed Oct 2, 2023
1 parent ca0bc9a commit 3189e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ node_modules
package-lock.json
package.json
php.ini
plugins
src
tasks
test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN chmod +x vendor/bin/twigcs
FROM dev as prod

COPY theme /var/www/html/wp-content/themes/sparkpress-theme
COPY plugins/example-blocks /var/www/html/wp-content/plugins/example-blocks
COPY plugins /var/www/html/wp-content/plugins
COPY wp-configs/wp-config.php /var/www/html/wp-config.php
COPY wp-configs/php.ini /var/www/html/php.ini
COPY wp-configs/.htaccess /var/www/html/.htaccess

0 comments on commit 3189e6d

Please sign in to comment.