7 lines
57 B
Bash
7 lines
57 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
. ./setenv.sh
|
||
|
|
||
|
docker build -t $IMAGE_NAME .
|
||
|
|