homepage/build.sh

6 lines
139 B
Bash
Raw Normal View History

2019-01-03 19:22:49 +01:00
#!/usr/bin/env bash
2019-01-03 20:59:50 +01:00
docker build --tag registry.gitlab.com/wolutator/homepage:latest --tag registry.gitlab.com/wolutator/homepage:1.0 .
2019-01-03 19:22:49 +01:00