4 lines
91 B
Bash
4 lines
91 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build -t cerc/laconicd:local ../.. --progress=plain --no-cache
|