[Bugfix] dockerfile

This commit is contained in:
Ganesh Gore 2022-05-23 00:23:23 -06:00
parent 52583416fb
commit e265be3369
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}