5 lines
148 B
Bash
5 lines
148 B
Bash
#!/bin/bash
|
|
|
|
docker build . -t australis_deb_builder
|
|
|
|
docker run --rm -v $HOME/go/pkg/mod:/go/pkg/mod -v $(pwd)/..:/australis australis_deb_builder
|