fix: fix prod docker

This commit is contained in:
Felix Spöttel
2023-03-15 12:37:44 +01:00
parent ffa0c58736
commit e7c6b55782
7 changed files with 50 additions and 21 deletions

View File

@@ -8,7 +8,10 @@ OpenAPI documentation can be accessed via `<service_url>/docs`.
## Deploy
// TODO
1. Clone this repository to the host machine.
2. Create an `.env` file from `.env.example`.
3. Run `make run` to start the server.
4. Wrap in a systemd service to launch at startup.
## Develop