6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build --tag registry.gitlab.com/wolutator/zoneminder:latest --tag registry.gitlab.com/wolutator/zoneminder:1.0 .
|
||
|
|
||
|
|