Skip to content

use cargo-chef for faster docker builds - #186

Merged
JMStudiosJoe merged 1 commit into
stagingfrom
use-cargo-chef
Mar 8, 2026
Merged

use cargo-chef for faster docker builds#186
JMStudiosJoe merged 1 commit into
stagingfrom
use-cargo-chef

Conversation

@Logan-Dang

Copy link
Copy Markdown
Contributor

📜 Description

  • Describe what changes are being made

    • Made a change to Dockerfile.backend to use cargo-chef for faster builds.
    • Made a change to docker-compose.yml, orval.config.ts to change how requests are made to the backend. This is necessary because during the prerender step, the frontend needs to make requests to http://backend:8080, but during development, it needs to make requests to http://localhost:8080.
    • Changed postinstall.ts to setup.ts to remove friction with setting API_URL.
  • Describe how you tested these changes

  1. docker compose watch
  2. Website works as normal.

@JMStudiosJoe
JMStudiosJoe merged commit 26b9780 into staging Mar 8, 2026
1 check passed
@JMStudiosJoe
JMStudiosJoe deleted the use-cargo-chef branch March 8, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants