chore: always pull woj-ui before building server image

This commit is contained in:
Paul Pan 2024-03-17 15:52:24 +08:00
parent 6a28761e73
commit f026300e4f
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4

View File

@ -49,6 +49,8 @@ function build_base() {
} }
function build_server() { function build_server() {
log_info "[+] Pulling woj-ui"
docker_pull "woj-ui"
log_info "[+] Building Server" log_info "[+] Building Server"
docker_build "woj-server" "Server.Dockerfile" docker_build "woj-server" "Server.Dockerfile"
} }