diff options
Diffstat (limited to 'Dockerfile')
| -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 . | 
