Create huggingface.yaml
Browse files- huggingface.yaml +7 -0
huggingface.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
services:
|
2 |
+
- name: web
|
3 |
+
buildCommand: "pnpm install && pnpm build"
|
4 |
+
startCommand: "pnpm start"
|
5 |
+
env:
|
6 |
+
- key: NODE_ENV
|
7 |
+
value: "production"
|