This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
One docker-compose for project #931
Labels
docker
dx
Developer experience-related
enhancement
New feature or improvement of an existing feature request
Is your feature request related to a problem? If so, please describe.
We currently have to navigate to the frontend directory to start the frontend container and then navigate to the backend directory to the backend container. We also need an extra two commands.
Describe the solution you'd like
It would be a better developer experience if we kept two separate Dockerfiles (one for the frontend and one backend) with one docker-compose.yml in the root of the project.
This would reduce the number of steps it takes to start the project:
docker-compose build
, not twodocker-compose down
command to stop and remove the running containers, not twoTotal savings: 5 fewer commands to run everything
Additional context
main
and setmain
as the destination branch in your pull requestIf you need help with anything, we'll be happy to help you over a GitHub Q&A discussion or our Slack workspace
The text was updated successfully, but these errors were encountered: