From 2beec1d5a76c0fef08d95237d2b51ada48aa856f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 13 Jun 2023 22:05:25 +0200 Subject: [PATCH] add storage + commands --- devfile.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index bf6e5f7..442dcef 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -25,19 +25,19 @@ components: name: tools - name: nuget volume: - size: 1G + size: 10G commands: - exec: - commandLine: dotnet run web + commandLine: dotnet run component: tools group: kind: run workingDir: ${PROJECTS_ROOT}/src/Web/ id: run-web - exec: - commandLine: dotnet run api + commandLine: dotnet run component: tools group: kind: run workingDir: ${PROJECTS_ROOT}/src/PublicApi/ - id: run-web + id: run-api