j3k0 / ganomede-avatars

Ganomede user's avatars
0 stars 0 forks source link

fix/build: a bunch of fixes so it starts… #16

Closed elmigranto closed 7 years ago

elmigranto commented 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):

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?