We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033862a commit f02a220Copy full SHA for f02a220
1 file changed
.diploi/helm/app.yaml
@@ -42,7 +42,7 @@ spec:
42
- /bin/sh
43
- -c
44
- |
45
- python -m venv .venv
+ python -m venv --copies .venv
46
. ./.venv/bin/activate
47
pip install --only-binary=:all: --no-cache-dir -r requirements.txt
48
workingDir: /app/{{ .Values.identifier }}
0 commit comments