Add a script for building and publishing
This commit is contained in:
20
README.md
20
README.md
@@ -1,3 +1,21 @@
|
||||
# mixtape-build-image
|
||||
|
||||
Docker container ready for building my mixtape.
|
||||
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
|
||||
```
|
||||
|
Reference in New Issue
Block a user