We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafd7e3 commit 3d61ec5Copy full SHA for 3d61ec5
.cfignore
@@ -0,0 +1,5 @@
1
+/node_modules
2
+ .DS_Store
3
+ npm-debug.log*
4
+ yarn-debug.log*
5
+ yarn-error.log*
manifest.yml
@@ -0,0 +1,7 @@
+---
+applications:
+- name: create-react-app-devops
+ buildpack: https://github.com/cloudfoundry/nodejs-buildpack
+ command: npm run bluemix
6
+ disk_quota: 256MB
7
+ memory: 128MB
0 commit comments