mixtape-build-image/README.md

22 lines
328 B
Markdown

# 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
```