We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f03008 commit 174e82aCopy full SHA for 174e82a
1 file changed
.diploi/helm/app.yaml
@@ -41,8 +41,8 @@ spec:
41
command: ["/bin/sh", "-c"]
42
args:
43
- |
44
- uv sync --frozen --no-cache && \
45
- cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv//bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python
+ uv sync --frozen --no-cache --link-mode=copy && \
+ cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv//bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python 2>/dev/null || :
46
workingDir: /app/{{ .Values.identifier }}
47
volumeMounts:
48
- name: app-mount
0 commit comments