diff --git a/Dockerfile b/Dockerfile index c71f6f1..6c3ecce 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"] +ENTRYPOINT ["python3", "-u", "extractor.py /data/acme.json /data/certs"]