# indexes **Repository Path**: joeslee/indexes ## Basic Information - **Project Name**: indexes - **Description**: 大盘指数 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README $ docker build -t my-nodejs-app . $ docker run -it --rm --name my-running-app my-nodejs-app $ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app -w /usr/src/app node:4 node your-daemon-or-script.js