Sakalti commited on
Commit
2cecafa
·
verified ·
1 Parent(s): 585822b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ COPY . .
28
  ENV PORT=7860
29
 
30
  # Gradioを0.0.0.0で起動して外部からアクセス可能に
31
- CMD ["python", "-u", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
 
28
  ENV PORT=7860
29
 
30
  # Gradioを0.0.0.0で起動して外部からアクセス可能に
31
+ CMD ["python", "-u", "App2.py", "--server.port", "7860", "--server.address", "0.0.0.0"]