fix Dockerfile

This commit is contained in:
Marc Brückner 2018-08-05 19:28:21 +02:00
parent c82fdb9c5c
commit 5cf49be470

View File

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