diff --git a/hack/dockerfiles/ui.Dockerfile b/hack/dockerfiles/ui.Dockerfile index be2ba82..05782fc 100644 --- a/hack/dockerfiles/ui.Dockerfile +++ b/hack/dockerfiles/ui.Dockerfile @@ -14,6 +14,7 @@ COPY tsconfig.json .babelrc.js next.config.js next-env.d.ts ./ COPY src src RUN yarn ui:build +RUN yarn install --frozen-lockfile --prod # # Output layer