https://github.com/juwit/course-builder
A simple Dockerfile to build courses content
https://github.com/juwit/course-builder
Last synced: 5 months ago
JSON representation
A simple Dockerfile to build courses content
- Host: GitHub
- URL: https://github.com/juwit/course-builder
- Owner: juwit
- License: mpl-2.0
- Created: 2024-10-01T14:09:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T09:02:17.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:41:52.332Z (over 1 year ago)
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course-builder
This repository contains a simple `Dockerfile`, providing an image containing the following :
* an alpine base image
* `curl` / `bash` to run basic scripting
* `task` to run build scripts
* `asciidoctor` to build documentation files
* `decktape` to build pdf from reveal-js slides (depends on `nodejs`)