Spaces:
Sleeping
Sleeping
sergey.agapov
commited on
Commit
•
1b8ce4f
1
Parent(s):
ee0f502
initial commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
24 |
|
25 |
COPY --chown=user . /app
|
26 |
|
27 |
-
CMD ["python", "
|
|
|
24 |
|
25 |
COPY --chown=user . /app
|
26 |
|
27 |
+
CMD ["python", "validator.py"]
|