Fix Dockerfile

Update .dockerignore

Change-Id: If46b54b61f9042e6276a396340f0decfd6f94282
diff --git a/Dockerfile b/Dockerfile
index c827f7d..f7b9c5d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,9 +13,11 @@
 RUN ln -s /daemon/bin/nodejs/build/Release/jamid.node jamid.node
 
 COPY package*.json ./
+COPY common/package*.json common/
 COPY client/package*.json client/
+COPY server/package*.json server/
 
-RUN npm ci
+RUN npm ci --ignore-scripts
 
 COPY . .