4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
cd `git rev-parse --show-toplevel`
|
|
docker image build --tag hledger --target dev .
|