andrewammann commited on
Commit
8628e9b
·
verified ·
1 Parent(s): f2704d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,4 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
 
 
10
  CMD ["python", "app.py"]
 
7
 
8
  COPY . .
9
 
10
+ Expose 7860
11
+
12
  CMD ["python", "app.py"]