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 580dcd5 commit b2c789fCopy full SHA for b2c789f
bindgen/Dockerfile
@@ -23,4 +23,4 @@ RUN set -x \
23
24
COPY --from=builder /src/target/scala-native-bindgen /usr/bin/scala-native-bindgen
25
WORKDIR /src
26
-ENTRYPOINT [scala-native-bindgen]
+ENTRYPOINT ["scala-native-bindgen"]
0 commit comments