[Bug fix] Fix sqlite related issue with api server example (#857)

This commit is contained in:
Deshraj Yadav
2023-10-26 21:54:45 -07:00
committed by GitHub
parent c95d458e52
commit 78ec91a3a9
5 changed files with 24 additions and 17 deletions

View File

@@ -10,4 +10,6 @@ services:
env_file:
- variables.env
ports:
- "5000:5000"
- "5000:5000"
volumes:
- .:/usr/src/api