rajkhanke commited on
Commit
c8ef79b
·
verified ·
1 Parent(s): 8f4d406

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -7,9 +7,6 @@ WORKDIR /app
7
  # Copy application files
8
  COPY . /app
9
 
10
- # Ensure the uploads folder exists and is writable
11
- RUN mkdir -p static/uploads && chmod -R 777 static/uploads
12
-
13
  # Install dependencies
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
 
7
  # Copy application files
8
  COPY . /app
9
 
 
 
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12