We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174e82a commit 4f49c29Copy full SHA for 4f49c29
1 file changed
.diploi/helm/app.yaml
@@ -42,7 +42,7 @@ spec:
42
args:
43
- |
44
uv sync --frozen --no-cache --link-mode=copy && \
45
- cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv//bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python 2>/dev/null || :
+ 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