diff options
| author | Léo Vansimay | 2021-04-23 11:31:54 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-23 11:31:54 +0200 |
| commit | ed69fdd0c83160653ee363ef2b3ebfe0783db88e (patch) | |
| tree | b1b1df1e46b3ea12a5dc64dc124baae7d194536b | |
| parent | 3b37b33e5b4955f430a52669a9e627ec7a1b12cf (diff) | |
| download | sec-certs-ed69fdd0c83160653ee363ef2b3ebfe0783db88e.tar.gz sec-certs-ed69fdd0c83160653ee363ef2b3ebfe0783db88e.tar.zst sec-certs-ed69fdd0c83160653ee363ef2b3ebfe0783db88e.zip | |
Update Dockerfile
Modified the path of the demo script.
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ ENV PATH /usr/bin/pdftotext:${PATH} # Run the application: -CMD ["python3", "/opt/sec-certs/cc_oop_demo.py"] +CMD ["python3", "/opt/sec-certs/examples/cc_oop_demo.py"] |
