Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
5c205d1ac1
commit
f7d02bad10
@ -22,4 +22,6 @@ scripts:
|
||||
type: shell
|
||||
"mkdocs:build":
|
||||
type: shell
|
||||
"local:docker":
|
||||
type: shell
|
||||
|
5
scripts/local:docker.sh
Executable file
5
scripts/local:docker.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cargo run -p ci -- local docker-image --image kasperhermansen/cuddle-please --tag dev --bin-name cuddle-please
|
Loading…
Reference in New Issue
Block a user