amaye15
commited on
Commit
·
cec7f65
1
Parent(s):
3cbf3d0
test
Browse files- Dockerfile +2 -2
- README.md +1 -0
Dockerfile
CHANGED
|
@@ -274,7 +274,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
|
| 274 |
fi
|
| 275 |
|
| 276 |
# Expose port
|
| 277 |
-
EXPOSE 8000 11235 9222 8080
|
| 278 |
|
| 279 |
# Start the FastAPI server
|
| 280 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 274 |
fi
|
| 275 |
|
| 276 |
# Expose port
|
| 277 |
+
EXPOSE 8000 11235 9222 8080
|
| 278 |
|
| 279 |
# Start the FastAPI server
|
| 280 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "11235"]
|
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: pink
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
|
|
|
| 9 |
---
|
| 10 |
<!-- port: 11235 -->
|
| 11 |
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
app_port: 11235
|
| 10 |
---
|
| 11 |
<!-- port: 11235 -->
|
| 12 |
|