Skip to content

Commit ed86900

Browse files
committed
Try to specify the command in app.yaml
1 parent 0543d0a commit ed86900

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.diploi/helm/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ spec:
5757
ports:
5858
- containerPort: 8000
5959
{{- if eq .Values.stage "development" }}
60+
command: ["/app/{{ .Values.identifier }}/.venv/bin/python"]
61+
args: ["src/main.py"]
6062
workingDir: /app/{{ .Values.identifier }}
6163
{{- end }}
6264
env:

0 commit comments

Comments
 (0)