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 778ff37 commit 656c3e2Copy full SHA for 656c3e2
Dockerfile
@@ -9,6 +9,7 @@ RUN \
9
apk add --no-cache --update --virtual runtime-deps postgresql-libs && \
10
apk add --no-cache --update --virtual build-deps git postgresql-dev g++ python3-dev && \
11
uv sync --frozen && \
12
+ uv cache clean && \
13
apk del build-deps
14
15
ADD src /srv/qwc_service/
0 commit comments