Skip to content

Commit f2d10a9

Browse files
Update Dockerfile to fix git warning for /code
1 parent 30138fb commit f2d10a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN pip install -r /conf/requirements.txt -c /conf/constraints.txt
3535
# RUN pip install --upgrade pip==23.1 setuptools==59.7.0
3636
# Copy source code and install it
3737
RUN mkdir -p /code
38+
RUN git config --global --add safe.directory /code
3839
WORKDIR /code
3940
ADD . /code
4041

0 commit comments

Comments
 (0)