diff --git a/Dockerfile b/Dockerfile index 2003930..4e0c61e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN cd dist/samply/lens-core && npm link \ # Second build the application WORKDIR /usr/src/app COPY package.json package-lock.json ./ -RUN npm link @samply/lens-core @samply/lens-components && npm install +RUN npm install && npm link @samply/lens-core @samply/lens-components COPY ./angular.json ./tsconfig.json ./tsconfig.app.json ./tsconfig.spec.json ./ COPY ./src ./src RUN if [ "${PRODUCTION}" = true ]; then \