Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,6 +22,6 @@ RUN chmod 777 -R /code
|
|
| 22 |
|
| 23 |
RUN chmod +x /code/deploy.sh
|
| 24 |
|
| 25 |
-
RUN git config --global --add safe.directory
|
| 26 |
|
| 27 |
CMD ["/code/deploy.sh", "7860", "0.0.0.0"]
|
|
|
|
| 22 |
|
| 23 |
RUN chmod +x /code/deploy.sh
|
| 24 |
|
| 25 |
+
RUN git config --global --add safe.directory "*"
|
| 26 |
|
| 27 |
CMD ["/code/deploy.sh", "7860", "0.0.0.0"]
|