Docker container ready for building my mixtape.
Go to file
2024-10-01 18:16:05 +02:00
build.sh Add a script for building and publishing 2024-10-01 18:16:05 +02:00
Dockerfile Update ChordPro to 6.060 & Zola to 0.19.2 2024-09-04 11:39:41 +02:00
LICENSE Update author name 2024-04-03 10:38:45 +02:00
README.md Add a script for building and publishing 2024-10-01 18:16:05 +02:00

mixtape-build-image

Docker container ready for building my mixtape.

Building

docker build .

Build and tag for release:

docker build -t git.0x45.cz/em/mixtape:$(date +%y%m%d) -t git.0x45.cz/em/mixtape:latest .

Using the included build script, which will also handle the publishing:

./build.sh