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