You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Do you have any idea of what's happening? Basically I just wish to build a public folder ( using gatsby build ) with docker.
Thanks!
The text was updated successfully, but these errors were encountered:
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
orbuild
it fails with an error:Do you have any idea of what's happening? Basically I just wish to build a public folder ( using gatsby build ) with docker.
Thanks!
The text was updated successfully, but these errors were encountered: