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

initial commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,4 +24,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
24
 
25
  COPY --chown=user . /app
26
 
 
27
  CMD ["python", "validator.py"]
 
24
 
25
  COPY --chown=user . /app
26
 
27
+
28
  CMD ["python", "validator.py"]