aripalo/gatsby-docker

/entry.sh: 41: exec: develop: not found

Steffi3rd opened this issue · 1 comments

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

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?