Skip to content

Commit aafb805

Browse files
committed
ci: tentative fix
1 parent 98e407a commit aafb805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ WORKDIR /app
33
COPY requirements.txt requirements.txt
44
RUN pip3 install -r requirements.txt
55
COPY . .
6-
CMD ["python3", "main.py"]
6+
CMD ["python3", "main.py", "--fingerprint", "198e9fe586114844f6a4eaca5069b41a7ed43fb5a2df84892b69826d64573e39", "--path-license", "examples/license.lic", "--path-machine", "examples/machine.lic"]

0 commit comments

Comments
 (0)