diff --git a/dlt-connector/Dockerfile b/dlt-connector/Dockerfile index 800af9177..9d75e3480 100644 --- a/dlt-connector/Dockerfile +++ b/dlt-connector/Dockerfile @@ -67,7 +67,7 @@ FROM base as build COPY ./dlt-connector/ ./ # yarn install dlt-connector -RUN yarn install --production=false --frozen-lockfile --non-interactive +RUN yarn cache clean && yarn install --production=false --frozen-lockfile --non-interactive # yarn build RUN yarn run build @@ -106,4 +106,4 @@ COPY --from=build ${DOCKER_WORKDIR}/log4js-config.json ./log4js-config.json # COPY --from=build ${DOCKER_WORKDIR}/run ./run # Run command -CMD /bin/sh -c "yarn run start" \ No newline at end of file +CMD /bin/sh -c "yarn run start"