1
0
mirror of https://github.com/SnowMB/traefik-certificate-extractor.git synced 2025-04-05 19:49:29 +08:00

Merge branch 'master' into upstream_pr

This commit is contained in:
Marc Brückner 2018-08-05 19:36:14 +02:00
commit b527b718d1

@ -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"]
ENTRYPOINT ["python3", "-u", "extractor.py", "-c", "data/acme.json", "-d", "certs"]