diff --git a/Dockerfile b/Dockerfile index 372906f56e..4ec530746a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /unleash RUN yarn config set network-timeout 300000 -RUN yarn install --frozen-lockfile && yarn run build && yarn run local:package +RUN yarn install --frozen-lockfile && yarn local:package RUN mkdir /unleash/build/frontend && cp -r /unleash/frontend/build /unleash/build/frontend/build