Skip to content

Commit

Permalink
making volume just for conf.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jan 15, 2024
1 parent 98f8554 commit a18f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
container_name: ri-tools
volumes:
- ./output_docs:/usr/src/app/output_docs
- ./datasheets:/usr/src/app/datasheets
- ${PWD}/conf.py:/usr/src/app/conf.py
- ./scripts/datasheet/conf:/usr/src/app/scripts/datasheet/conf
- ./files/vcf/files_to_read:/usr/src/app/files/vcf/files_to_read
- ./csv:/usr/src/app/csv

0 comments on commit a18f496

Please sign in to comment.