We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use exactly the same config, but it doesn't work.
docker build was ok but docker run failed : /entry.sh: 41: exec: develop: not found
docker build
docker run
/entry.sh: 41: exec: develop: not found
The text was updated successfully, but these errors were encountered:
How are you going about using the image?
docker run -it --rm -v $(pwd)/site:/site -p 8000:8000 aripalo/gatsby-docker develop
Should work just fine? Or are you building it locally?
Sorry, something went wrong.
No branches or pull requests
I use exactly the same config, but it doesn't work.
docker build
was okbut
docker run
failed :/entry.sh: 41: exec: develop: not found
The text was updated successfully, but these errors were encountered: