File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 args :
4343 - |
4444 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 || :
46- workingDir : /app/ {{ .Values.identifier }}
45+ cp --remove-destination "$(readlink /app{{ .Values.folder }}/.venv/bin/python)" /app{{ .Values.folder }}/.venv/bin/python 2>/dev/null || :
46+ workingDir : /app{{ .Values.folder }}
4747 volumeMounts :
4848 - name : app-mount
4949 mountPath : /app
6060 value : {{ .value | quote }}
6161 {{- end }}
6262 {{- if eq .Values.stage "development"}}
63- workingDir : /app/ {{ .Values.identifier }}
63+ workingDir : /app{{ .Values.folder }}
6464 {{- end }}
6565 volumeMounts :
6666 {{- if hasKey .Values.storage "code" }}
You can’t perform that action at this time.
0 commit comments