-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Type of Task
Feature
User Story / Goal
As a developer, I need a reliable way to build a small, efficient Docker image for deploying the API.
Acceptance Criteria
- A Dockerfile is created in apps/api.
- The Dockerfile uses a multi-stage build to minimize the final image size.
- The final image contains only the necessary production dependencies and compiled code.
Technical Breakdown (Optional)
No response
Affected Packages
api
Designs / Mockups (Optional)
No response