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 \
|
||||
--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
|
||||
|
Loading…
x
Reference in New Issue
Block a user