Skip to content

Commit

Permalink
Update build-images.sh to set entrypoint to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Feb 26, 2024
1 parent bae875b commit cfedb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildah config \
--label='org.nethserver.tcp-ports-demand=8' \
--label='org.nethserver.flags=core_module no_data_backup' \
--label="org.nethserver.images=${repobase}/ldapproxy-binary:${IMAGETAG:-latest}" \
"${container}"
--entrypoint=/ "${container}"
buildah commit "${container}" "${repobase}/${reponame}"
images+=("${repobase}/${reponame}")

Expand Down

0 comments on commit cfedb9d

Please sign in to comment.