Frost10 commited on
Commit
b07c349
·
1 Parent(s): 2a4a312
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir -r requirements.txt
18
  # Copy application code
19
 
20
  COPY app/ ./app/
21
- COPY gradio_app.py ./
22
  ##COPY .env ./
23
 
24
 
 
18
  # Copy application code
19
 
20
  COPY app/ ./app/
21
+
22
  ##COPY .env ./
23
 
24