Skip to content

Commit 3d61ec5

Browse files
committed
Run the App on the Web with Bluemix
1 parent aafd7e3 commit 3d61ec5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.cfignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/node_modules
2+
.DS_Store
3+
npm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*

manifest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
applications:
3+
- name: create-react-app-devops
4+
buildpack: https://github.com/cloudfoundry/nodejs-buildpack
5+
command: npm run bluemix
6+
disk_quota: 256MB
7+
memory: 128MB

0 commit comments

Comments
 (0)