themehmi commited on
Commit
eb6dc8b
·
verified ·
1 Parent(s): 048ce83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
24
  COPY . .
25
 
26
  # Command to run your attendance system
27
- CMD ["python", "main.py"]
 
24
  COPY . .
25
 
26
  # Command to run your attendance system
27
+ CMD ["python", "app.py"]