acecalisto3 commited on
Commit
94a7255
1 Parent(s): 3d2cd56

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -6,6 +6,6 @@ COPY . /app
6
 
7
  RUN pip install -r requirements.txt
8
 
9
- EXPOSE 5000
10
 
11
  CMD ["python", "app.py"]
 
6
 
7
  RUN pip install -r requirements.txt
8
 
9
+ EXPOSE 5555
10
 
11
  CMD ["python", "app.py"]