This commit is contained in:
Marc Brückner
2018-08-04 22:48:28 +02:00
parent 0c9e004332
commit cbface8332
2 changed files with 7 additions and 6 deletions

View File

@@ -15,4 +15,4 @@ RUN pip3 install -r requirements.txt
COPY . /app
# Define entrypoint of the app
ENTRYPOINT ["python3", "-u", "extractor.py /data/acme.json /data/certs"]
ENTRYPOINT ["python3", "-u", "extractor.py"]