Merge pull request #664 from lnis-uofu/gg_ci_cd_dev

[Bugfix] dockerfile
This commit is contained in:
ganeshgore 2022-05-23 00:24:34 -06:00 committed by GitHub
commit ccab367ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN adduser --disabled-password \
USER root
RUN chown -R ${NB_UID} ${HOME}
RUN chmod -R +r /opt/openfpga/
git config --global --add safe.directory *
RUN git config --global --add safe.directory *
USER ${NB_USER}
WORKDIR ${HOME}