From 7cec89262714e2f866fde06c54a31151ad9a3d78 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 5 Apr 2020 12:49:51 +0200 Subject: [PATCH] and again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 515c4e0..63e65bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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