Skip to content

Commit

Permalink
ci: workaround turbo failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jun 6, 2024
1 parent 9e6d03a commit beb3aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN npm ci --ignore-scripts

COPY --from=sandbox-builder /app/out/full/ .

COPY turbo.json turbo.json
RUN npx turbo run build:prod --filter=sandbox
RUN rm -f .npmrc

Expand Down Expand Up @@ -64,6 +65,7 @@ COPY --from=console-builder /app/out/full/ .
RUN echo "PUBLIC_NETWORK_NAME=$NETWORK_NAME" >> apps/console/.env.production
RUN cat apps/console/.env.production

COPY turbo.json turbo.json
RUN npx turbo run prepare
RUN npx turbo run build:prod --filter=console
RUN rm -f .npmrc
Expand Down Expand Up @@ -97,6 +99,7 @@ COPY --from=dashboard-builder /app/out/full/ .
RUN echo "PUBLIC_NETWORK_NAME=$NETWORK_NAME" >> apps/dashboard/.env.production
RUN cat apps/dashboard/.env.production

COPY turbo.json turbo.json
RUN npx turbo run prepare
RUN npx turbo run build:prod --filter=dashboard
RUN rm -f .npmrc
Expand Down Expand Up @@ -144,6 +147,7 @@ COPY --from=dashboard-builder /app/out/full/ .
RUN echo "PUBLIC_NETWORK_NAME=$NETWORK_NAME" >> packages/ui/.env.production
RUN cat packages/ui/.env.production

COPY turbo.json turbo.json
RUN npx turbo run prepare
RUN npx turbo run build:prod --filter=ui
RUN rm -f .npmrc
Expand Down

0 comments on commit beb3aa6

Please sign in to comment.