We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dc065 commit 5f012bfCopy full SHA for 5f012bf
ci/build/Dockerfile
@@ -128,6 +128,9 @@ RUN rm -rvf \
128
/var/lib/apt/lists/* \
129
&& apt-get autoremove -y
130
131
+# Allow hypernode-deploy to be ran in ordinary git repository locations
132
+RUN git config --global --add safe.directory "*"
133
+
134
# Setup default command
135
CMD ["hypernode-deploy"]
136
0 commit comments