-
-
Notifications
You must be signed in to change notification settings - Fork 632
Update docker compose to build the backend image only once #2927
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
The backend and worker services use the same build context and they build the same image in the same time.
Describe the solution you'd like
We should build the image once only in one service and reuse the image in the other service. We should do this in all environments (i.e. local, production, and staging).
Are you going to work on implementing this?
- Yes
- No
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done