We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0543d0a commit ed86900Copy full SHA for ed86900
1 file changed
.diploi/helm/app.yaml
@@ -57,6 +57,8 @@ spec:
57
ports:
58
- containerPort: 8000
59
{{- if eq .Values.stage "development" }}
60
+ command: ["/app/{{ .Values.identifier }}/.venv/bin/python"]
61
+ args: ["src/main.py"]
62
workingDir: /app/{{ .Values.identifier }}
63
{{- end }}
64
env:
0 commit comments