themehmi commited on
Commit
0b439e5
·
verified ·
1 Parent(s): e85b09e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]