and again

This commit is contained in:
Sebastian Hugentobler 2020-04-05 12:49:51 +02:00
parent a02622ab55
commit 7cec892627

View File

@ -26,7 +26,7 @@ RUN yarn cache clean
RUN yarn --non-interactive
RUN yarn build
RUN rm -rf ./node_modules
RUN yarn --production --frozen-lockfile --non-interactive
RUN yarn --production --non-interactive
FROM thallian/confd-env:latest