mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||
|
. "$DIR/ci/frontend-build"
|
||
|
|
||
|
cd "${DIR}/../.."
|
||
|
|
||
|
docker build -t chishin/nginx-proxy-manager-zh:2.12.2 -f docker/Dockerfile-zh .
|