Skip to content

krzysztofcybulski/gcp-snowball-fight

Repository files navigation

Cloud Bowl Sample - Kotlin Micronaut

To make changes, edit the src/main/kotlin/hello/WebApp.kt file.

Run Locally:

./gradlew -t run

Visit: http://localhost:8080

Deploy:

Run on Google Cloud

Containerize & Run Locally:

export PROJECT_ID=YOUR_GCP_PROJECT_ID
pack build --builder=gcr.io/buildpacks/builder gcr.io/$PROJECT_ID/cloudbowl-samples-kotlin-micronaut
docker run -it -ePORT=8080 -p8080:8080 gcr.io/$PROJECT_ID/cloudbowl-samples-kotlin-micronaut

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages