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 535dc9b commit ccf25a9Copy full SHA for ccf25a9
1 file changed
Resources/docker/app/Dockerfile
@@ -31,6 +31,10 @@ COPY --from=builder /usr/local/bin /usr/local/bin
31
32
ADD . /code/
33
34
+# Install UV
35
+RUN apk add --no-cache curl
36
+RUN curl -LsSf https://astral.sh/uv/install.sh | sh
37
+
38
RUN addgroup -g 1000 -S pokeapi && \
39
adduser -u 1000 -S pokeapi -G pokeapi
40
USER pokeapi
0 commit comments