Skip to content

Commit 171088a

Browse files
committed
Init cache folder for prod & update uv.lock
1 parent 7fbca23 commit 171088a

2 files changed

Lines changed: 47 additions & 9 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG FOLDER=/app
66
# This will be set by the GitHub action if "PYTHON_VERSION" ENV is set in diploi.yaml
77
ARG PYTHON_VERSION=3.12
88

9+
RUN mkdir -p /.cache/uv && chown -R 1000:1000 /.cache
10+
911
COPY --chown=1000:1000 . /app
1012
WORKDIR ${FOLDER}
1113

uv.lock

Lines changed: 45 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)