chore: fixces

This commit is contained in:
Elias Renman
2025-03-25 16:31:09 +01:00
parent a2ae08a8e1
commit bffac677b4
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ Generate a secret for rocket
```Bash
openssl rand -base64 32
```
Copy sqlite database with inital migrations already done
```Bash
cp ./sqlite.db.inital ./sqlite.db
```
Start docker container with:
```bash
docker run -p 8000:8000 \