diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ WORKDIR /opt COPY requirements.txt . RUN pip install -r requirements.txt -COPY importer/downloader.py . -COPY importer/uploader.py . +COPY importer/ . COPY main.py . |