Spaces:
Running
Running
Commit ·
a9dc684
1
Parent(s): 464954b
changed app-port
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ RUN ls -l
|
|
| 31 |
EXPOSE 3306
|
| 32 |
|
| 33 |
|
| 34 |
-
CMD
|
|
|
|
| 31 |
EXPOSE 3306
|
| 32 |
|
| 33 |
|
| 34 |
+
CMD "python3 manage.py runserver 0.0.0.0:3306"
|
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: indigo
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app-port: 3306
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|