diff --git a/Dockerfile b/Dockerfile index cd9c91d..b258d03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["python3", "-u", "extractor.py", "-c", "data/acme.json", "-d", "certs"]