We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dcbde commit 38125c9Copy full SHA for 38125c9
docker-compose.yaml
@@ -74,7 +74,7 @@ services:
74
ports:
75
- '8001:8000'
76
volumes:
77
- - './sqlite.db:/app/sqlite.db'
+ - './src/sqlite.db:/app/sqlite.db'
78
79
# Starting from here there are only single-run commands, we can use `make` here
80
test:
0 commit comments