Spaces:
Paused
Paused
dev mode
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ WORKDIR /usr/src/app/poc-agents.js
|
|
32 |
RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
|
33 |
npm run build
|
34 |
|
35 |
-
CMD ["npm", "run", "
|
|
|
32 |
RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
|
33 |
npm run build
|
34 |
|
35 |
+
CMD ["npm", "run", "dev"]
|
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
|
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 5173
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|