nsarrazin HF staff commited on
Commit
fb72096
·
1 Parent(s): ce4023a
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. 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", "preview"]
 
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