dixisouls commited on
Commit
e7eb666
·
1 Parent(s): d1744d2

Updated Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Copy the rest of the application
17
  COPY app/ ./app/
18
- COPY .env .
19
 
20
  # Create required directories with proper permissions
21
  RUN mkdir -p uploads models
 
15
 
16
  # Copy the rest of the application
17
  COPY app/ ./app/
 
18
 
19
  # Create required directories with proper permissions
20
  RUN mkdir -p uploads models