5 lines
108 B
Text
5 lines
108 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
# build and tag the Docker image we use for continuous integration
|
||
|
|
||
|
docker build . --tag dyna3:ci
|