cat << EOF > .rock.yml
runtime: ${ROCK_RUNTIME-node08}

run: node app
EOF

rock run npm install express

rock run express --force

rock build
