[Bugfix] dockerfile

This commit is contained in:
Ganesh Gore 2022-05-23 10:08:42 -06:00
parent ccab367ed1
commit 30f9a33749
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/
RUN git config --global --add safe.directory *
RUN git config --global --add safe.directory .
USER ${NB_USER}
WORKDIR ${HOME}