Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -34,7 +34,8 @@ WORKDIR $HOME
|
|
34 |
RUN pwd && ls -l
|
35 |
RUN ls -ld
|
36 |
|
37 |
-
|
|
|
38 |
|
39 |
|
40 |
# Start the application using gunicorn
|
|
|
34 |
RUN pwd && ls -l
|
35 |
RUN ls -ld
|
36 |
|
37 |
+
RUN chmod -R 777 .
|
38 |
+
.
|
39 |
|
40 |
|
41 |
# Start the application using gunicorn
|