fix(buildah): use dev_home variable instead of hard coded path
This commit is contained in:
parent
71d675c91c
commit
0270cd966b
@ -64,7 +64,7 @@ buildah config \
|
|||||||
--user $DEV_USER \
|
--user $DEV_USER \
|
||||||
--workingdir /app \
|
--workingdir /app \
|
||||||
--env CONTAINER_HOST=unix:///run/podman/podman.sock \
|
--env CONTAINER_HOST=unix:///run/podman/podman.sock \
|
||||||
--cmd '["/home/devuser/start.sh"]' \
|
--cmd "[\"$DEV_HOME/start.sh\"]" \
|
||||||
"$ctr"
|
"$ctr"
|
||||||
|
|
||||||
buildah commit "$ctr" $IMG_NAME
|
buildah commit "$ctr" $IMG_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user