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.
2 parents 75e103b + 1602490 commit 348bb7fCopy full SHA for 348bb7f
1 file changed
Dockerfile
@@ -22,5 +22,6 @@ COPY pyproject.toml manage.py /usr/src/app/
22
COPY polarrouteserver /usr/src/app/polarrouteserver
23
COPY assets /usr/src/app/assets
24
25
+ENV SETUPTOOLS_SCM_PRETEND_VERSION=99.99.99
26
RUN uv pip install --system -e .[frontend]
27
RUN uv pip install --system django-debug-toolbar
0 commit comments