Skip to content

Commit

Permalink
Add 'run' command to DevFile
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-blueguardianco committed Jan 24, 2024
1 parent 179050f commit 9ce8e80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ components:
name: http
protocol: http
targetPort: 3000
commands: []
commands:
- id: run
exec:
component: universal-developer-image
commandLine: 'npm start'
label: run
workingDir: '${PROJECT_SOURCE}'

0 comments on commit 9ce8e80

Please sign in to comment.