Dockerfile angepasst

This commit is contained in:
Snowyo 2018-08-04 22:13:40 +02:00
parent 75987ced3c
commit 68b7d399ed

View File

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