diff --git a/services/auth/Dockerfile b/services/auth/Dockerfile index c9954a14d..80cb8e238 100644 --- a/services/auth/Dockerfile +++ b/services/auth/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY auth /app COPY loopback /loopback WORKDIR /app diff --git a/services/client/Dockerfile b/services/client/Dockerfile index 8989a8450..4f58e5ccf 100644 --- a/services/client/Dockerfile +++ b/services/client/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY client /app COPY loopback /loopback WORKDIR /app diff --git a/services/item/Dockerfile b/services/item/Dockerfile index 8989a8450..b87649c5f 100644 --- a/services/item/Dockerfile +++ b/services/item/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY item /app COPY loopback /loopback WORKDIR /app diff --git a/services/mailer/Dockerfile b/services/mailer/Dockerfile index c9954a14d..6ac52382e 100644 --- a/services/mailer/Dockerfile +++ b/services/mailer/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY mailer /app COPY loopback /loopback WORKDIR /app diff --git a/services/print/Dockerfile b/services/print/Dockerfile index c9954a14d..9320bd0ac 100644 --- a/services/print/Dockerfile +++ b/services/print/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY print /app COPY loopback /loopback WORKDIR /app diff --git a/services/production/Dockerfile b/services/production/Dockerfile index c9954a14d..81a08e017 100644 --- a/services/production/Dockerfile +++ b/services/production/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY production /app COPY loopback /loopback WORKDIR /app diff --git a/services/route/Dockerfile b/services/route/Dockerfile index c9954a14d..71be84123 100644 --- a/services/route/Dockerfile +++ b/services/route/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY route /app COPY loopback /loopback WORKDIR /app diff --git a/services/salix/Dockerfile b/services/salix/Dockerfile index c9954a14d..db4ddd420 100644 --- a/services/salix/Dockerfile +++ b/services/salix/Dockerfile @@ -1,6 +1,6 @@ FROM node:8.9.4 -COPY . /app +COPY salix /app COPY loopback /loopback WORKDIR /app