3 lines
82 B
Bash
3 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
docker build -t cerc/laconic-sdk-tester:local -f Dockerfile .
|