GitHub Actions commited on
Commit
09707d8
·
1 Parent(s): a00031a

Deploy SIN-Code-Integration from GitHub Actions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,6 +6,5 @@ COPY . .
6
  RUN npm run build
7
  ENV PORT=7860
8
  ENV HOST=0.0.0.0
9
- EXPOSE 46012
10
  CMD ["node", "dist/src/cli.js", "serve-a2a"]
11
-
 
6
  RUN npm run build
7
  ENV PORT=7860
8
  ENV HOST=0.0.0.0
9
+ EXPOSE 7860
10
  CMD ["node", "dist/src/cli.js", "serve-a2a"]