Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker/api: add Dockerfile.production
Add Dockerfile.production to build the kernelci/api Docker image for production deployment. It installs the "api" package using pip directly in the image so it's self-contained. This relies on pyproject.toml to be set up correctly. This is an alternative to the standard Dockerfile used by docker-compose for a local deployment based directly on the source tree. Signed-off-by: Guillaume Tucker <[email protected]>
- Loading branch information