lukiod commited on
Commit
6327ecc
·
verified ·
1 Parent(s): 194ec59

Rename DockerFile to Dockerfile

Browse files
Files changed (1) hide show
  1. DockerFile → Dockerfile +0 -1
DockerFile → Dockerfile RENAMED
@@ -15,7 +15,6 @@ RUN pip install byaldi qwen-vl-utils
15
 
16
  # Copy your application code
17
  COPY app.py .
18
- COPY .env .
19
 
20
  # Expose the port the app runs on
21
  EXPOSE 8000
 
15
 
16
  # Copy your application code
17
  COPY app.py .
 
18
 
19
  # Expose the port the app runs on
20
  EXPOSE 8000