https://github.com/appotry/docker-nodeppt
docker for nodeppt
https://github.com/appotry/docker-nodeppt
Last synced: about 9 hours ago
JSON representation
docker for nodeppt
- Host: GitHub
- URL: https://github.com/appotry/docker-nodeppt
- Owner: appotry
- Created: 2024-06-26T13:22:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:19:22.000Z (about 2 years ago)
- Last Synced: 2024-06-27T16:51:43.732Z (about 2 years ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nodeppt
- https://github.com/ksky521/nodeppt
- https://github.com/appotry/docker-nodeppt
- https://hub.docker.com/r/bloodstar/nodeppt
## Usage
```bash
docker run --name nodeppt \
-p 80:8080 \
-v path/for/ppts:/ppts \
-d \
-t bloodstar/nodeppt
```