Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add initial buildpack #1

Merged
merged 1 commit into from
Dec 13, 2023
Merged

feat: add initial buildpack #1

merged 1 commit into from
Dec 13, 2023

Conversation

ctrox
Copy link
Contributor

@ctrox ctrox commented Dec 5, 2023

This buildpack builds upon the Paketo nginx Buildpack to automate some of the most common use-cases where the workspace just contains an index.html or public/index.html. It will configure nginx accordingly without any required parameters. It also supports compilation of JavaScript frontend apps when grouped with the web-servers buildpack.

The PORT env variable is required to be set when launching the built container as nginx will use it to configure the listening port.

@ctrox ctrox force-pushed the init branch 3 times, most recently from 2e10876 to 9bab4c8 Compare December 12, 2023 12:55
detect_test.go Show resolved Hide resolved
detect_test.go Outdated Show resolved Hide resolved
build.go Show resolved Hide resolved
build_test.go Show resolved Hide resolved
buildpack.toml Outdated Show resolved Hide resolved
Copy link

@thirdeyenick thirdeyenick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ctrox ctrox merged commit 13aaea7 into main Dec 13, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants