Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -23,5 +23,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 23 |
# Copy the rest of your application code
|
| 24 |
COPY . .
|
| 25 |
|
|
|
|
|
|
|
| 26 |
# Command to run your attendance system
|
| 27 |
CMD ["python", "app.py"]
|
|
|
|
| 23 |
# Copy the rest of your application code
|
| 24 |
COPY . .
|
| 25 |
|
| 26 |
+
EXPOSE 7860
|
| 27 |
+
|
| 28 |
# Command to run your attendance system
|
| 29 |
CMD ["python", "app.py"]
|