Skip to content

Commit 38125c9

Browse files
authored
Fix docker compose volume mount (#225)
Signed-off-by: Federico Busetti <[email protected]>
1 parent d2dcbde commit 38125c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
ports:
7575
- '8001:8000'
7676
volumes:
77-
- './sqlite.db:/app/sqlite.db'
77+
- './src/sqlite.db:/app/sqlite.db'
7878

7979
# Starting from here there are only single-run commands, we can use `make` here
8080
test:

0 commit comments

Comments
 (0)