gcloud config set run/region us-central1
docker run --rm \
-v "$PWD":/usr/src \
-v "$HOME/.m2":/root/.m2 \
-w /usr/src \
oracle/graalvm-ce:1.0.0-rc15 \
./mvnw package -Pgraal
docker build -t asia.gcr.io/fe-tmaki/hello-run .
gcloud docker -- push asia.gcr.io/fe-tmaki/hello-run
gcloud beta run deploy hello-run --allow-unauthenticated --image asia.gcr.io/fe-tmaki/hello-run
-
Notifications
You must be signed in to change notification settings - Fork 0
making/hello-run
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published