Skip to content

Commit d9976f3

Browse files
committed
stupid got stupider
1 parent 4831abb commit d9976f3

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-
RUN git config --global --add safe.directory /src
6+
RUN git config --system --add safe.directory /src
77

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

0 commit comments

Comments
 (0)