diff options
| author | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-26 21:33:17 +0200 | 
|---|---|---|
| committer | gabrielgio <gabriel.giovanini@pm.me> | 2021-07-26 21:33:17 +0200 | 
| commit | bf0cde0b0bb77cd75db03327a461abf26b90c465 (patch) | |
| tree | 569eb6958f27a6075515af39557080f49e4423a5 | |
| parent | 094ec54b839d9ec18e0b2ccfa78da67c3cf31766 (diff) | |
| download | reddit-nextcloud-importer-bf0cde0b0bb77cd75db03327a461abf26b90c465.tar.gz reddit-nextcloud-importer-bf0cde0b0bb77cd75db03327a461abf26b90c465.tar.bz2 reddit-nextcloud-importer-bf0cde0b0bb77cd75db03327a461abf26b90c465.zip | |
fix: Update COPY so it actually copies something
| -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 . | 
