Created
July 16, 2018 13:37
-
-
Save DMeechan/df80ee925770c47573a82046a3c52b88 to your computer and use it in GitHub Desktop.
Manifest file to deploy Node.js application to IBM Cloud
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
--- | |
applications: | |
- name: devops-todo-1-or-whatever-you-chose | |
memory: 128M | |
buildpack: sdk-for-nodejs | |
command: npm run start | |
env: | |
OPTIMIZE_MEMORY: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment