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 bef12c6 commit 43098a3Copy full SHA for 43098a3
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