6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
|
|
export KO_DOCKER_REPO=git.martyn.berlin/martyn/apples
|
|
export KO_DATA_PATH=kodata/
|
|
|
|
ko build .
|