Skip to content

Commit 4c4fd12

Browse files
committed
Modified the entrypoint
Signed-off-by: Anushka <anush159@in.ibm.com>
1 parent 6629ad1 commit 4c4fd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/images/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ LABEL name="${BIN}" \
3030
license="Apache-2.0"
3131

3232
# --- Set runtime entrypoint ---
33-
ENTRYPOINT [/bin/${BIN}]
33+
ENTRYPOINT ["/bin/${BIN}"]

0 commit comments

Comments
 (0)