Browse Source

add storage + commands

main
Nicolas Massé 3 years ago
parent
commit
2beec1d5a7
  1. 8
      devfile.yaml

8
devfile.yaml

@ -25,19 +25,19 @@ components:
name: tools name: tools
- name: nuget - name: nuget
volume: volume:
size: 1G size: 10G
commands: commands:
- exec: - exec:
commandLine: dotnet run web commandLine: dotnet run
component: tools component: tools
group: group:
kind: run kind: run
workingDir: ${PROJECTS_ROOT}/src/Web/ workingDir: ${PROJECTS_ROOT}/src/Web/
id: run-web id: run-web
- exec: - exec:
commandLine: dotnet run api commandLine: dotnet run
component: tools component: tools
group: group:
kind: run kind: run
workingDir: ${PROJECTS_ROOT}/src/PublicApi/ workingDir: ${PROJECTS_ROOT}/src/PublicApi/
id: run-web id: run-api

Loading…
Cancel
Save