devlim commited on
Commit
775bc6b
1 Parent(s): 2a77d61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -13,11 +13,8 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Make port 7860 available to the world outside this container
14
  EXPOSE 7860
15
 
16
- # Define environment variable
17
  ENV NAME Supernova
18
 
19
- # Create uploads directory and set permissions
20
- RUN mkdir -p /app/uploads && chmod -R 777 /app/uploads
21
-
22
  # Run app.py when the container launches
23
  CMD ["python", "app.py"]
 
13
  # Make port 7860 available to the world outside this container
14
  EXPOSE 7860
15
 
16
+ # Define environment variable devlim
17
  ENV NAME Supernova
18
 
 
 
 
19
  # Run app.py when the container launches
20
  CMD ["python", "app.py"]