sergey.agapov commited on
Commit
1b8ce4f
1 Parent(s): ee0f502

initial commit

Browse files
Files changed (1) hide show
  1. 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", "app.py"]
 
24
 
25
  COPY --chown=user . /app
26
 
27
+ CMD ["python", "validator.py"]