Skip to content

Commit 4831abb

Browse files
committed
stupid git config safe directory
1 parent 9ab3a8e commit 4831abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM docker.io/python:3.9-bookworm
33
WORKDIR /src/
44
COPY ./ .
55
RUN pip install -r requirements.txt
6-
6+
RUN git config --global --add safe.directory /src
77

88
ENTRYPOINT [ "gunicorn", "selections:app", "--bind=0.0.0.0:8080"]

0 commit comments

Comments
 (0)