Last active
October 20, 2017 20:18
-
-
Save boina-n/0d45fb279fb06be16fda84209f39ed79 to your computer and use it in GitHub Desktop.
[Cloud Foundry][How to push a dumb static 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
mkdir dumb-static-app | |
cd dumb-static-app/ | |
touch Staticfile | |
echo 'Dumb static app' > index.html | |
cf push mydumbapp -m 64M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment