Shridhartd commited on
Commit
4235a61
·
verified ·
1 Parent(s): 3994928

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . /app
9
 
10
  # Install dependencies
11
  RUN pip install -r requirements.txt
12
-
13
  # Expose the port FastAPI will run on
14
  EXPOSE 7860
15
 
 
9
 
10
  # Install dependencies
11
  RUN pip install -r requirements.txt
12
+ RUN mkdir -p /app/uploads && chmod 777 /app/uploads
13
  # Expose the port FastAPI will run on
14
  EXPOSE 7860
15