diff --git a/Dockerfile b/Dockerfile index 853afccb1..074f41415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /src # Build FROM base as build -COPY --link package.json package-lock.json . +COPY --link package.json package-lock.json ./ RUN npm install --production=false COPY --link . .