bardd commited on
Commit
0f42348
·
verified ·
1 Parent(s): 618d223

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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