fix(buildah): use dev_home variable instead of hard coded path

This commit is contained in:
yeti 2025-04-24 20:50:29 +01:00
parent 71d675c91c
commit 0270cd966b

View File

@ -64,7 +64,7 @@ buildah config \
--user $DEV_USER \
--workingdir /app \
--env CONTAINER_HOST=unix:///run/podman/podman.sock \
--cmd '["/home/devuser/start.sh"]' \
--cmd "[\"$DEV_HOME/start.sh\"]" \
"$ctr"
buildah commit "$ctr" $IMG_NAME