]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - Dockerfile
No need to copy the cli to the docker image
[perso/Immae/Projets/Nodejs/Surfer.git] / 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