Created
March 12, 2021 16:10
-
-
Save hubgit/5220bafcd0f258a9a87321ff868034f8 to your computer and use it in GitHub Desktop.
You don't need a Dockerfile for a Node app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install buildpacks/tap/pack | |
| pack builder suggest | |
| pack config default-builder gcr.io/buildpacks/builder:v1 | |
| pack build my-app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment