mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
调整执行脚本目录
This commit is contained in:
parent
098ed2dd47
commit
013164d43f
@ -1,9 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
. "$DIR/frontend-build"
|
. "$DIR/ci/frontend-build"
|
||||||
|
|
||||||
cd "${DIR}/.."
|
cd "${DIR}/../.."
|
||||||
|
|
||||||
docker build -t chishin/nginx-proxy-manager-zh:2.9.22 -f docker/Dockerfile-zh .
|
docker build -t chishin/nginx-proxy-manager-zh:2.9.22 -f docker/Dockerfile-zh .
|
||||||
|
Loading…
Reference in New Issue
Block a user