We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c21d5 commit e8f1b64Copy full SHA for e8f1b64
tools/cli/Dockerfile
@@ -56,7 +56,7 @@ ENV LOADER_LIBRARY_PATH=/usr/local/lib \
56
WORKDIR $LOADER_SCRIPT_PATH
57
58
# Copy cli from builder
59
-COPY --from=builder /usr/local/bin/metacallcli* /usr/local/bin/metacallcli
+COPY --from=builder /usr/local/bin/metacallcli* /usr/local/bin/metacall
60
61
# Define entry point
62
-ENTRYPOINT [ "metacallcli" ]
+ENTRYPOINT [ "metacall" ]
0 commit comments