Spaces:
Sleeping
Sleeping
Fix CMD instruction in Dockerfile to use hyphenated application name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN uv sync --frozen
|
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
-
CMD ["uv", "run", "-
|
|
|
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
+
CMD ["uv", "run", "big-data-application"]
|