Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -21,8 +21,6 @@ app.listen(port, "0.0.0.0", () => { \
|
|
21 |
console.log(`Cursor API listening on port ${port}`); \
|
22 |
});' > index.js
|
23 |
|
24 |
-
# Set environment variables
|
25 |
-
ENV AUTH_TOKEN=s2568118
|
26 |
# HF Spaces uses port 7860 by default
|
27 |
ENV PORT=7860
|
28 |
|
|
|
21 |
console.log(`Cursor API listening on port ${port}`); \
|
22 |
});' > index.js
|
23 |
|
|
|
|
|
24 |
# HF Spaces uses port 7860 by default
|
25 |
ENV PORT=7860
|
26 |
|