Spaces:
Runtime error
Runtime error
chmod 777 for /runs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -67,7 +67,7 @@ COPY ./parse_requests.py /parse_requests.py
|
|
| 67 |
COPY ./runs /runs
|
| 68 |
#COPY ./data /data
|
| 69 |
#COPY ./.cache /.cache
|
| 70 |
-
|
| 71 |
RUN chmod +x /entrypoint.sh
|
| 72 |
|
| 73 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|
|
|
|
| 67 |
COPY ./runs /runs
|
| 68 |
#COPY ./data /data
|
| 69 |
#COPY ./.cache /.cache
|
| 70 |
+
RUN chmod 777 -R /runs
|
| 71 |
RUN chmod +x /entrypoint.sh
|
| 72 |
|
| 73 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|