Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jul 31, 2022
1 parent ba44446 commit 077a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-devel
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN mkdir -p $PROJECT_PATH
COPY . $PROJECT_PATH
WORKDIR $PROJECT_PATH

RUN git config --global --add safe.directory PROJECT_PATH
RUN git config --global --add safe.directory $PROJECT_PATH
RUN make dev-requirements

0 comments on commit 077a027

Please sign in to comment.