diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 4093bd439..f636505fd 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -86,8 +86,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 with: - toolchain: ${{ env.RUST_TOOLCHAIN }} - + cache-all-crates: true - name: Copy and rename deploy.env to .env run: cp deploy.env .env diff --git a/Dockerfile b/Dockerfile index 70a923110..70ef3e30f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ RUN apt-get update -y \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud +COPY --from=builder /app/recipe.json recipe.json ENV APP_ENVIRONMENT production ENV RUST_BACKTRACE 1