Spaces:
Sleeping
Sleeping
GitHub Actions commited on
Commit ·
ba2823d
1
Parent(s): 720c6ed
Deploy SIN-Code-Database from GitHub Actions
Browse files- 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
|
| 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"]
|
|
|