gabrielclark3330 commited on
Commit
ec4d5f7
1 Parent(s): 4d2f25c

Correct app to main

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -42,6 +42,6 @@ RUN python -m uv pip install --no-build-isolation git+https://github.com/Zyphra/
42
 
43
  RUN python -m uv pip install gradio
44
 
45
- COPY --chown=user app.py $HOME/app
46
 
47
- CMD ["python3", "app.py"]
 
42
 
43
  RUN python -m uv pip install gradio
44
 
45
+ COPY --chown=user main.py $HOME/app
46
 
47
+ CMD ["python3", "main.py"]