Closed elmigranto closed 7 years ago
IDK what to do about docker, first it complained about ENV being malformed in Dockerfile, so I did this (didn't commit):
ENV
Dockerfile
diff --git a/Dockerfile b/Dockerfile index f4ae853..f5fb603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,5 @@ USER app WORKDIR /home/app/code CMD node index.js -ENV "CDN_HOST=" \ - "NEW_RELIC_LICENSE_KEY=" +ENV NEW_RELIC_LICENSE_KEY=
Now there is very informative error message saying readdirent: not a directory. Thought it was doc/ folder, tried removing it from docker-compose and creating it… nothing changes. Getting 404 on Docker CI thingy. Any tips?
readdirent: not a directory
doc/
docker-compose
IDK what to do about docker, first it complained about
ENV
being malformed inDockerfile
, so I did this (didn't commit):Now there is very informative error message saying
readdirent: not a directory
. Thought it wasdoc/
folder, tried removing it fromdocker-compose
and creating it… nothing changes. Getting 404 on Docker CI thingy. Any tips?