5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t br2-efinix .
|
|
docker run --mount type=bind,source=./mount,target=/mount -w /mount br2-efinix ./build.sh
|