Stanislav commited on
Commit
d28c00e
·
1 Parent(s): a755274

feat: yaml, docker

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. space.yaml +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  # Start FastAPI server
25
- CMD ["python", "run_fastapi.py"]
 
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  # Start FastAPI server
25
+ CMD ["python", "app.py"]
space.yaml CHANGED
@@ -4,7 +4,7 @@ colorFrom: "green"
4
  colorTo: "green"
5
  sdk: "docker"
6
  python_version: "3.10"
7
- app_file: "run_fastapi.py"
8
  fullWidth: true
9
  pinned: true
10
  license: "mit"
 
4
  colorTo: "green"
5
  sdk: "docker"
6
  python_version: "3.10"
7
+ app_file: "app.py"
8
  fullWidth: true
9
  pinned: true
10
  license: "mit"