Bob-Potato commited on
Commit
51a5b24
·
verified ·
1 Parent(s): 255c53e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY --chown=user . /app
12
  # Instalează dependențele
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
- CMD ["python", "app.py"]
 
12
  # Instalează dependențele
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
+ CMD ["python", "check_json.py"]