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