mirror of https://github.com/seL4/docs.git
docker: refine git safe.directory
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
57322e4d3c
commit
34a1b491f6
|
@ -39,7 +39,7 @@ RUN mkdir -p /opt/microkit/sdk \
|
||||||
|
|
||||||
RUN mkdir -p /opt/seL4 && ln -s /opt/microkit/sdk/board/qemu_virt_aarch64/debug/ /opt/seL4/libsel4
|
RUN mkdir -p /opt/seL4 && ln -s /opt/microkit/sdk/board/qemu_virt_aarch64/debug/ /opt/seL4/libsel4
|
||||||
|
|
||||||
RUN git config --global --add safe.directory '*'
|
RUN git config --global --add safe.directory '/docs'
|
||||||
|
|
||||||
# Jekyll will be serving on 127.0.0.1:4000
|
# Jekyll will be serving on 127.0.0.1:4000
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
Loading…
Reference in New Issue