Update Dockerfile
Browse files- 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", "
|
|
|
|
| 24 |
COPY . .
|
| 25 |
|
| 26 |
# Command to run your attendance system
|
| 27 |
+
CMD ["python", "app.py"]
|