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