Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,4 +34,4 @@ EXPOSE 7860
|
|
| 34 |
|
| 35 |
# Use init.sh as the entrypoint so it runs on container start
|
| 36 |
ENTRYPOINT ["/app/init.sh"]
|
| 37 |
-
CMD ["python", "-u", "-m", "
|
|
|
|
| 34 |
|
| 35 |
# Use init.sh as the entrypoint so it runs on container start
|
| 36 |
ENTRYPOINT ["/app/init.sh"]
|
| 37 |
+
CMD ["python", "-u", "-m", "FileServer"]
|