Commit 79b5d00d by Johannes Zellner

No need to copy the cli to the docker image

1 parent 95e5eb9f
Showing with 0 additions and 2 deletions
...@@ -8,8 +8,6 @@ WORKDIR /app/code ...@@ -8,8 +8,6 @@ WORKDIR /app/code
ADD src /app/code/src ADD src /app/code/src
ADD frontend /app/code/frontend ADD frontend /app/code/frontend
ADD cli /app/code/cli
ADD package.json server.js start.sh README.md /app/code/ ADD package.json server.js start.sh README.md /app/code/
RUN npm install --production RUN npm install --production
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!