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?
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?