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 9ab3a8e commit 4831abbCopy full SHA for 4831abb
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
7
8
ENTRYPOINT [ "gunicorn", "selections:app", "--bind=0.0.0.0:8080"]
0 commit comments