2024-04-03 10:38:08 +02:00
|
|
|
# mixtape-build-image
|
|
|
|
|
2024-10-01 18:16:05 +02:00
|
|
|
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
|
|
|
|
```
|