]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
No need to copy the cli to the docker image
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Feb 2017 14:15:37 +0000 (06:15 -0800)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Feb 2017 14:15:37 +0000 (06:15 -0800)
Dockerfile

index 8c196fb794a26167d69e83a108fcb79b931c03a3..2d89dd4f8cb3723b8e3072507d7116fe6510f7d0 100644 (file)
@@ -8,8 +8,6 @@ WORKDIR /app/code
 
 ADD src /app/code/src
 ADD frontend /app/code/frontend
-ADD cli /app/code/cli
-
 ADD package.json server.js start.sh README.md /app/code/
 
 RUN npm install --production