1
0
silverbullet/scripts/build_docker.sh

4 lines
67 B
Bash
Raw Permalink Normal View History

#!/bin/sh
deno task bundle
docker build -t zefhemel/silverbullet .