krstakis commited on
Commit
f526df9
·
1 Parent(s): 6956dd2

port changed to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ ENV HF_HOME="/app/cache"
54
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
55
 
56
  # Expose the API port
57
- EXPOSE 9999
58
 
59
  # Run the service manager
60
  ENTRYPOINT ["python", "api/service_manager.py"]
 
54
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
55
 
56
  # Expose the API port
57
+ EXPOSE 7860
58
 
59
  # Run the service manager
60
  ENTRYPOINT ["python", "api/service_manager.py"]