mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 14:56:49 +07:00
7 lines
219 B
Bash
7 lines
219 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build -t khuedoan/khuedoan.com-nginx nginx/
|
||
|
docker build -t khuedoan/khuedoan.com-index index/
|
||
|
docker build -t khuedoan/khuedoan.com-gitea gitea/
|
||
|
docker build -t khuedoan/khuedoan.com-mariadb mariadb/
|