We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4831abb commit d9976f3Copy full SHA for d9976f3
Containerfile
@@ -3,6 +3,6 @@ FROM docker.io/python:3.9-bookworm
3
WORKDIR /src/
4
COPY ./ .
5
RUN pip install -r requirements.txt
6
-RUN git config --global --add safe.directory /src
+RUN git config --system --add safe.directory /src
7
8
ENTRYPOINT [ "gunicorn", "selections:app", "--bind=0.0.0.0:8080"]
0 commit comments