Build both docker images in one function call

This commit is contained in:
Michael Lumish 2025-01-28 09:24:37 -08:00
parent 94781c9cc9
commit 0396cb92e4
1 changed files with 1 additions and 2 deletions

View File

@ -35,6 +35,5 @@ psm::lang::build_docker_images() {
psm::tools::run_verbose git submodule update --init --recursive
psm::tools::run_verbose git submodule status
psm::build::docker_images_generic "${client_dockerfile}"
psm::build::docker_images_generic "${server_dockerfile}"
psm::build::docker_images_generic "${client_dockerfile}" "${server_dockerfile}"
}