Spaces:
Paused
Paused
Deploy Bot commited on
Commit ·
9c29d4e
1
Parent(s): 8a3009e
API-only version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,4 +11,4 @@ COPY . .
|
|
| 11 |
ENV PORT=7860
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
-
CMD ["node", "src/
|
|
|
|
| 11 |
ENV PORT=7860
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
+
CMD ["node", "src/api_only.js"]
|