mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 05:28:11 +08:00
[feature] Prototype a Heroku deployment of hosted cellxgene (#1427)
* hello world * stuff * successful build * updates" * maybe a basic example * simplify * reamde into dockerfile * some more stuff * Release procfile * package.json at top levle * don't release in procfile for now * more package.json stuff * copy assets * merge master * not in the relase phase * revert not necessary * pin gunicorn version * reset common.mk * Update package.json Co-authored-by: Madison Dunitz <dunitzm@gmail.com>
This commit is contained in:
co-authored by
Madison Dunitz
parent
d31b7dc797
commit
565a3f148d
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "cellxgene",
|
||||
"scripts": {
|
||||
"postinstall": "npm install --prefix client && npm run build --prefix client && make copy-client-assets"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
-r ./server/requirements.txt
|
||||
@@ -19,3 +19,4 @@ scipy>=1.3.0
|
||||
requests>=2.22.0
|
||||
tiledb>=0.5.3
|
||||
s3fs>=0.4.2
|
||||
gunicorn>=20.0.4
|
||||
|
||||
Reference in New Issue
Block a user