We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e407a commit aafb805Copy full SHA for aafb805
Dockerfile
@@ -3,4 +3,4 @@ WORKDIR /app
3
COPY requirements.txt requirements.txt
4
RUN pip3 install -r requirements.txt
5
COPY . .
6
-CMD ["python3", "main.py"]
+CMD ["python3", "main.py", "--fingerprint", "198e9fe586114844f6a4eaca5069b41a7ed43fb5a2df84892b69826d64573e39", "--path-license", "examples/license.lic", "--path-machine", "examples/machine.lic"]
0 commit comments