From 68b7d399ed86af4f9b76a67660dedcde65d7a2a9 Mon Sep 17 00:00:00 2001 From: Snowyo Date: Sat, 4 Aug 2018 22:13:40 +0200 Subject: [PATCH] Dockerfile angepasst --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]