mirror of
https://github.com/ICKelin/opennotr.git
synced 2025-09-26 20:01:13 +08:00
6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/bash
|
|
./build_exec.sh
|
|
|
|
cd $WORKSPACE/docker-build
|
|
docker build . -t opennotrd
|