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
I'm trying to get the DOCKER_IMAGE environment variable/command line argument to work with an existing docker image I have (of Amazon Linux, to compile platform specific binaries).
However, because the project's files are mounted in /var/task, and Docker by default launches in / the npm install command fails (because no package.json exists in /).