Skip to content

Commit 817e3e5

Browse files
committed
Mount test directory when running app
1 parent d42fd10 commit 817e3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
volumes:
3131
- ./stac_fastapi:/app/stac_fastapi
3232
- ./scripts:/app/scripts
33+
- ./tests:/app/tests
3334
depends_on:
3435
- database
3536
command:

0 commit comments

Comments
 (0)