diff options
| author | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-14 21:47:48 +0200 | 
|---|---|---|
| committer | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-14 21:47:48 +0200 | 
| commit | 417fb93a9368057e85e4c8bbaabc2ae5aca123d3 (patch) | |
| tree | c41889fa5f1d7835d933b4a937ffc43e07344e58 /Dockerfile | |
| parent | 4d43e402b2b4e27bbbbfe557216d95963a27af72 (diff) | |
| download | reddit-nextcloud-importer-417fb93a9368057e85e4c8bbaabc2ae5aca123d3.tar.gz reddit-nextcloud-importer-417fb93a9368057e85e4c8bbaabc2ae5aca123d3.tar.bz2 reddit-nextcloud-importer-417fb93a9368057e85e4c8bbaabc2ae5aca123d3.zip | |
fix: Fix pathing
The module imports aren't working.
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 | 
