Skip to content

Commit d6dbd09

Browse files
committed
Change to dotnet build in initContainers
1 parent 80e4ca9 commit d6dbd09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- name: install-dependencies
3939
image: {{ .Values.images.app }}
4040
imagePullPolicy: Always
41-
command: ['dotnet', 'restore']
41+
command: ['dotnet', 'build']
4242
workingDir: /app{{ .Values.folder }}
4343
volumeMounts:
4444
{{- if hasKey .Values.storage "code" }}

0 commit comments

Comments
 (0)