diff options
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ WORKDIR /opt  COPY requirements.txt .  RUN pip install -r requirements.txt -COPY importer/ importer/ +COPY importer/* importer/  COPY main.py . | 
|  | index : reddit-nextcloud-importer | |
| A process to import images and videos from saved post on reddit to a instance of Nextcloud | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | Dockerfile | 2 | 
| @@ -7,7 +7,7 @@ WORKDIR /opt  COPY requirements.txt .  RUN pip install -r requirements.txt -COPY importer/ importer/ +COPY importer/* importer/  COPY main.py . |