Skip to content

Commit

Permalink
Merge pull request #5 from porter-dev/revert-4-ym/invalid_startup
Browse files Browse the repository at this point in the history
Revert "invalid startup error"
  • Loading branch information
yosefmih authored Mar 25, 2024
2 parents c2df15e + 2883260 commit 2bb742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: v2
name: cowsay
services:
- name: my-app-web
run: nonexistentcommand
run: flask --app web run --host 0.0.0.0 --port $PORT
type: web
instances: 1
cpuCores: 0.19
Expand Down

0 comments on commit 2bb742f

Please sign in to comment.