Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -128,4 +128,4 @@ ENV STORAGE_PERSISTENCE=1
|
|
| 128 |
# CMD exec label-studio --host=$SPACE_HOST
|
| 129 |
|
| 130 |
|
| 131 |
-
CMD python3 -m http.server 8080
|
|
|
|
| 128 |
# CMD exec label-studio --host=$SPACE_HOST
|
| 129 |
|
| 130 |
|
| 131 |
+
CMD python3 -m http.server 8080 --directory /
|