atlassian / docker-chromium-xvfb

Docker image for running browser tests against headless Chromium
MIT License
398 stars 125 forks source link

No such file or directory, open '/app/package.json' #8

Closed smoakey closed 8 years ago

smoakey commented 8 years ago

When using your "onbuild" js container I always get:

no such file or directory, open '/app/package.json'

I think this has to do with the fact that this container extends the base container which sets the WORKDIR as /app but npm install needs to be run from /app/src?

davidwesst commented 8 years ago

Pull Request #11 has been submitted for review.

I've setup a clone where js-onbuild and base are tagged. You can find it here on docker hub.

smoakey commented 8 years ago

I believe this is done! thanks @davidwesst @mark-adams