sixfingerdev commited on
Commit
fbb8d90
·
verified ·
1 Parent(s): 68b8582

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
16
  pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy application
19
- COPY main.py .
20
 
21
  # Hugging Face Spaces PORT
22
  ENV PORT=7860
 
16
  pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy application
19
+ COPY app.py .
20
 
21
  # Hugging Face Spaces PORT
22
  ENV PORT=7860