Small fixes and readme clarification

This commit is contained in:
Snowyo
2018-08-05 19:22:54 +02:00
parent f9cb61f645
commit c82fdb9c5c
3 changed files with 4 additions and 4 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"]
ENTRYPOINT ["python3", "-u", "extractor.py -c data/acme.json -d certs"]