Thiophai commited on
Commit
22cf47c
·
verified ·
1 Parent(s): 8e6480a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
6
- COPY app.py .
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
 
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
6
+ COPY main.py .
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9