mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/sh
|
||
|
cd `git rev-parse --show-toplevel`
|
||
|
docker image build --tag hledger --target dev .
|