remove unneccessary line

This commit is contained in:
einhorn_b 2023-07-11 10:01:04 +02:00
parent 909ca5c7e1
commit 8da7b90d3b

View File

@ -67,7 +67,7 @@ FROM base as build
COPY ./dlt-connector/ ./
# yarn install dlt-connector
RUN yarn cache clean && yarn install --production=false --frozen-lockfile --non-interactive
RUN yarn install --production=false --frozen-lockfile --non-interactive
# yarn build
RUN yarn run build