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