Skip to content
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

Using local GatbsyJS #6

Open
ThiagoMiranda opened this issue May 16, 2018 · 0 comments
Open

Using local GatbsyJS #6

ThiagoMiranda opened this issue May 16, 2018 · 0 comments

Comments

@ThiagoMiranda
Copy link

Hi.. I've tried the example command and it worked nicely:
`docker run -it --rm -v $(pwd)/site:/site -p 8000:8000 aripalo/gatsby-docker develop``

But when I try to build my own GatsbyJS project:
docker run -it --rm -v $(pwd)/.:/site -p 8000:8000 aripalo/gatsby-docker develop or build it fails with an error:
screen shot 2018-05-15 at 23 29 58

Do you have any idea of what's happening? Basically I just wish to build a public folder ( using gatsby build ) with docker.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant