thng292 commited on
Commit
ea3d332
·
1 Parent(s): f27add5

Fix CMD instruction in Dockerfile to use hyphenated application name

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN uv sync --frozen
14
 
15
  EXPOSE 7860
16
 
17
- CMD ["uv", "run", "-m", "big_data_application"]
 
14
 
15
  EXPOSE 7860
16
 
17
+ CMD ["uv", "run", "big-data-application"]