Alexvatti commited on
Commit
36102a5
·
verified ·
1 Parent(s): 0a52bfd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
5
  WORKDIR /app
6
 
7
  # Copy the FastAPI app and dependencies
8
- COPY main.py .
9
  COPY requirements.txt .
10
 
11
  # Install dependencies
 
5
  WORKDIR /app
6
 
7
  # Copy the FastAPI app and dependencies
8
+ COPY app.py .
9
  COPY requirements.txt .
10
 
11
  # Install dependencies