diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -9,6 +9,5 @@ COPY requirements.txt . | |||
| 9 | RUN pip install -r requirements.txt | 9 | RUN pip install -r requirements.txt |
| 10 | 10 | ||
| 11 | COPY . . | 11 | COPY . . |
| 12 | COPY data/config.py . | ||
| 13 | 12 | ||
| 14 | CMD ["python", "main.py"] | 13 | CMD ["python", "main.py"] |
