Spaces:
Runtime error
Runtime error
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN mkdir -p /app/flask_session && chmod 777 /app/flask_session
|
|
13 |
# Install any needed packages specified in requirements.txt
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
-
RUN
|
17 |
|
18 |
# Make port 7860 available to the world outside this container
|
19 |
EXPOSE 7860
|
|
|
13 |
# Install any needed packages specified in requirements.txt
|
14 |
RUN pip install --no-cache-dir -r requirements.txt
|
15 |
|
16 |
+
RUN chmod -R 777 ./
|
17 |
|
18 |
# Make port 7860 available to the world outside this container
|
19 |
EXPOSE 7860
|