diff --git a/.dockerignore b/.dockerignore index 5f671e1..40a0eb7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,3 +19,6 @@ !ketrface !client !scripts +client/node_modules +server/node_modules + diff --git a/Dockerfile b/Dockerfile index 4b34a6f..0a0d2c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,8 +55,7 @@ RUN npm upgrade && npm install COPY /config/default.json /website/config/default.json COPY /*js /website/ COPY /src /website/src -COPY /client/public /website/client/public -COPY /client/src /website/client/src +COPY /client /website/client COPY /scanner /website/scanner COPY /frontend /website/frontend COPY /ketrface /website/ketrface