fix problem with unit test

This commit is contained in:
einhorn_b 2023-07-10 18:15:00 +02:00
parent 7b3597eb44
commit c55317ea77

View File

@ -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"
CMD /bin/sh -c "yarn run start"