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 3e77615 commit 462dadaCopy full SHA for 462dada
Dockerfile
@@ -6,4 +6,4 @@ RUN scripts/build/release.sh
6
FROM ubuntu:latest
7
COPY --from=builder /target/compact/grandine /usr/local/bin/grandine
8
9
-ENTRYPOINT ["/usr/local/bin/grandine"]
+ENTRYPOINT ["grandine"]
Dockerfile.cross
@@ -1,3 +1,5 @@
1
FROM --platform=$TARGETPLATFORM ubuntu:22.04
2
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl-dev && apt-get clean
3
COPY grandine /usr/local/bin/grandine
4
+
5
0 commit comments