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