Replies: 3 comments 3 replies
-
I was able to move forward so it seems in .env.plugins should be something like this:
I'm starting to think that nobody is using that docker configuration for development at all, since the seed/backup.sql has a siteurl and home defined as "https://devgatsbyint.wpengine.com" |
Beta Was this translation helpful? Give feedback.
-
cc @TylerBarnes |
Beta Was this translation helpful? Give feedback.
-
@lnikell docker was temporarily disabled when we moved from the gatsby-source-wordpress-experimental repo. I just opened a PR which restores our docker setup for int tests #30938 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to make some changes to

gatsby-source-wordpress
, however, I did not find a guide regarding how to properly contribute to that package. I tried to figure out based on the repository that you use docker with wordpress to run a test environment to experiment with the plugin but when I run 'npm run docker-start' it fails with the following errorIt would be great to add to the documentation which files should be created in order to contribute to the plugin. I probably will fix that error later on, however it would be great to get information, what those missing files should actually contain.
Steps to reproduce
npm install
npm run docker-start
Expected result
Should not be an error
Actual result
Error from the description section
Environment
Beta Was this translation helpful? Give feedback.
All reactions