silverbullet/scripts/build_docker.sh

4 lines
68 B
Bash
Executable File

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