fix: correct the build workspace command
This commit is contained in:
parent
b330636d08
commit
791165b415
@ -150,7 +150,7 @@ case "$cmd" in
|
|||||||
build)
|
build)
|
||||||
case "${args[0]}" in
|
case "${args[0]}" in
|
||||||
base) podman build --target base -t analytics-backend-base . ;;
|
base) podman build --target base -t analytics-backend-base . ;;
|
||||||
workspace) podman build --target base -t analytics-backend-base . ;;
|
workspace) podman build --target workspace -t analytics-backend-workspace . ;;
|
||||||
all) podman build -t analytics-backend-workspace . ;;
|
all) podman build -t analytics-backend-workspace . ;;
|
||||||
*) log ERROR "build: invalid arg '${args[0]}'" ;;
|
*) log ERROR "build: invalid arg '${args[0]}'" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user