Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -27,9 +27,6 @@ RUN pip install --no-cache-dir --upgrade pip setuptools && \
|
|
27 |
# Copy your application files
|
28 |
COPY . .
|
29 |
|
30 |
-
# Create logs directory and set permissions
|
31 |
-
RUN mkdir -p /app/logs && chmod 777 /app/logs
|
32 |
-
|
33 |
# Expose the port
|
34 |
EXPOSE 7860
|
35 |
|
|
|
27 |
# Copy your application files
|
28 |
COPY . .
|
29 |
|
|
|
|
|
|
|
30 |
# Expose the port
|
31 |
EXPOSE 7860
|
32 |
|