https://github.com/xanke/disney-api
https://github.com/xanke/disney-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanke/disney-api
- Owner: xanke
- License: apache-2.0
- Created: 2018-02-01T04:16:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T00:39:02.000Z (over 5 years ago)
- Last Synced: 2025-01-29T19:25:43.018Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disney-Api
Disney Api服务
```shell
docker stop disney-api \
&& docker rm disney-api \
&& cd /data/jenkins/workspace/disney-api \
&& docker build -t disney-api . \
&& docker run -d -p 27101:80 --name disney-api \
--mount type=bind,source=/data/config/disney-api,target=/app/config \
disney-api npm run docker
```