Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from NiklasMerz/fixes
Browse files Browse the repository at this point in the history
Fix Entrypoint
  • Loading branch information
jkfran authored Oct 12, 2020
2 parents 6d64e14 + d0e5399 commit 69b0f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY importer.py .

RUN pip3 install --no-cache-dir -r requirements.txt

ENTRYPOINT python3 importer.py
ENTRYPOINT ["python3", "/importer.py"]

0 comments on commit 69b0f48

Please sign in to comment.