OrbitMC commited on
Commit
db1556d
·
verified ·
1 Parent(s): b0a95c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -361,11 +361,11 @@ if __name__ == "__main__":
361
  except Exception as e:
362
  logger.error(f"Failed to pre-load voice: {e}")
363
 
364
- app.run(host="0.0.0.0", port=5000, threaded=True)
365
  PYTHON_SERVER
366
 
367
  # Expose port
368
- EXPOSE 5000
369
 
370
  # Health check
371
  HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
 
361
  except Exception as e:
362
  logger.error(f"Failed to pre-load voice: {e}")
363
 
364
+ app.run(host="0.0.0.0", port=7860, threaded=True)
365
  PYTHON_SERVER
366
 
367
  # Expose port
368
+ EXPOSE 7860
369
 
370
  # Health check
371
  HEALTHCHECK --interval=30s --timeout=5s --retries=3 \