diff options
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 7383133..99bd553 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml | |||
| @@ -5,6 +5,5 @@ services: | |||
| 5 | build: "." | 5 | build: "." |
| 6 | restart: "always" | 6 | restart: "always" |
| 7 | volumes: | 7 | volumes: |
| 8 | - "./requirements.txt:/app/requirements.txt" | ||
| 9 | - "./data/samples.txt:/app/samples.txt" | 8 | - "./data/samples.txt:/app/samples.txt" |
| 10 | 9 | ||
