Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|