Docker Deployment - doesdatmaksense/onedrive-cf-index-ng GitHub Wiki
To deploy this project, you can also use docker.
Procedure:
- Clone this project and
cd
into it - Modify config file, for more info: https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Configurations
- Run
docker build -t YOUR_TAG .
- Run
docker run -d -p 8788:8788 YOUR_TAG