mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
@@ -27,6 +27,9 @@ build: clean
|
||||
if [ -f customize/config.yaml ] ; then \
|
||||
cp customize/config.yaml artifact.dir; \
|
||||
fi ; \
|
||||
if [ -f customize/Dockerfile ] ; then \
|
||||
cp customize/Dockerfile artifact.dir; \
|
||||
fi ; \
|
||||
if [ -f customize/requirements.txt ] ; then \
|
||||
pip install requirements-parser ; \
|
||||
pip install packaging ; \
|
||||
|
||||
@@ -185,7 +185,7 @@ else:
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
application.run(debug=debug, threaded=not debug, use_debugger=False)
|
||||
application.run(host=app_config.server_config.app__host, debug=debug, threaded=not debug, use_debugger=False)
|
||||
except Exception:
|
||||
logging.critical("Caught exception during initialization", exc_info=True)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user