-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically install Strapi plugins #74
Comments
I can reproduce this behavior only occasionally so my guess is that the However, it is important to be sure that you are building the image anew without any cache from Docker: First build the image from scratch: Then start container from newly created image: Attention: Executing
cc @fsteeg |
Yesterday, on my laptop at home, when setting up the docker container from a fresh clone, I got the following error message in the browser after having set up and started the Docker container:
I then needed to do the following steps to make it work:
docker exec -it strapi-rpb bash
cd src/plugins/lookup
npm i
We should make sure that these work out of the box.
The text was updated successfully, but these errors were encountered: