diff --git a/docker-compose.yaml b/docker-compose.yaml index 1ab052d..7f8c236 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,3 +4,7 @@ services: init: true ports: - "127.0.0.1:8000:8000" + volumes: + - type: bind + source: ./suggestions.csv + target: /opt/app/suggestions.csv \ No newline at end of file