9 lines
192 B
Plaintext
Raw Normal View History

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