isididiidid commited on
Commit
2351173
·
verified ·
1 Parent(s): 0722cbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY app.py .
15
  RUN mkdir -p conversations exports
16
 
17
  # Expose port
18
- EXPOSE 3000
19
 
20
  # Command to run the application
21
  CMD ["python", "app.py"]
 
15
  RUN mkdir -p conversations exports
16
 
17
  # Expose port
18
+ EXPOSE 7860
19
 
20
  # Command to run the application
21
  CMD ["python", "app.py"]