nginx-proxy-manager-zh/scripts/build-zh

9 lines
192 B
Plaintext
Raw Normal View History

2023-04-04 08:32:44 -04:00
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2023-04-04 20:40:10 -04:00
. "$DIR/ci/frontend-build"
2023-04-04 08:32:44 -04:00
2023-04-04 20:40:10 -04:00
cd "${DIR}/../.."
2023-04-04 08:32:44 -04:00
docker build -t chishin/nginx-proxy-manager-zh:2.9.22 -f docker/Dockerfile-zh .