diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ WORKDIR /opt COPY requirements.txt . RUN pip install -r requirements.txt -COPY src/downloader.py . -COPY src/main.py . -COPY src/uploader.py . +COPY importer/downloader.py . +COPY importer/uploader.py . +COPY main.py . ENTRYPOINT python main.py
\ No newline at end of file |