docker: add gitconfig to mark all safe directories
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
24e11d2749
commit
9c387e4835
2 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ RUN python3 -m venv venv && \
|
||||||
RUN mkdir -p /srv/elixir-data/
|
RUN mkdir -p /srv/elixir-data/
|
||||||
|
|
||||||
COPY ./docker/000-default.conf /etc/apache2/sites-available/000-default.conf
|
COPY ./docker/000-default.conf /etc/apache2/sites-available/000-default.conf
|
||||||
|
COPY ./docker/gitconfig /etc/gitconfig
|
||||||
|
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
|
|
|
||||||
2
docker/gitconfig
Normal file
2
docker/gitconfig
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
Loading…
Reference in a new issue