Skip to content

Commit e8f1b64

Browse files
committed
Change metacallcli to metacall in the metacall cli image.
1 parent a2c21d5 commit e8f1b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV LOADER_LIBRARY_PATH=/usr/local/lib \
5656
WORKDIR $LOADER_SCRIPT_PATH
5757

5858
# Copy cli from builder
59-
COPY --from=builder /usr/local/bin/metacallcli* /usr/local/bin/metacallcli
59+
COPY --from=builder /usr/local/bin/metacallcli* /usr/local/bin/metacall
6060

6161
# Define entry point
62-
ENTRYPOINT [ "metacallcli" ]
62+
ENTRYPOINT [ "metacall" ]

0 commit comments

Comments
 (0)