Skip to content

Commit

Permalink
Merge pull request #185 from Srishti-j18/main
Browse files Browse the repository at this point in the history
Issue #105
  • Loading branch information
AidanDelaney authored Feb 20, 2024
2 parents 6f27ee1 + b67eb22 commit 70d5d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/bash-script/bash-script-buildpack/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cat >> "${layers_dir}/launch.toml" <<EOL
[[processes]]
type = "web"
command = ["./app.sh"]
default = true
EOL

# LIST CONTENTS
Expand Down
1 change: 1 addition & 0 deletions apps/batch-script/batch-script-buildpack/bin/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set layers_dir=%1
echo [[processes]] >> %layers_dir%\launch.toml
echo type = "web" >> %layers_dir%\launch.toml
echo command = ["app.bat"] >> %layers_dir%\launch.toml
echo default = true >> %layers_dir%\launch.toml

:: LIST CONTENTS
echo --- Hello Batch Script buildpack
Expand Down

0 comments on commit 70d5d8d

Please sign in to comment.