This is not needed for the development part but maybe for the deployment.
Depending on where we deploy, it's probably more convenient to have an image in a registry and just use docker run on the machine.
The building of the image and pushing to the registry (probably public docker hub) can be automated at every push on the main branch.
This is not needed for the development part but maybe for the deployment. Depending on where we deploy, it's probably more convenient to have an image in a registry and just use
docker run
on the machine. The building of the image and pushing to the registry (probably public docker hub) can be automated at every push on the main branch.