Deployment
Docker
A Docker image of the Fonto Review backend for use on production environments can be built using Fonto Development Tools.
For usage examples and available options, run:
Shell
fdt review build --help
Information about running Docker images is available in the Docker documentation. Additionally, the ASP.NET Core documentation regarding hosting Docker containers might come in useful.
Self-contained
Self-contained builds of the Fonto Review backend can be downloaded using Fonto Development Tools.
For usage examples and available options, run:
Shell
fdt review download-self-contained --help
The hosting and deployment section of the ASP.NET Core documentation is a helpful resource for information about hosting self-contained builds.