Skip to content

Commit 462dada

Browse files
Unify dockerfiles
1 parent 3e77615 commit 462dada

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN scripts/build/release.sh
66
FROM ubuntu:latest
77
COPY --from=builder /target/compact/grandine /usr/local/bin/grandine
88

9-
ENTRYPOINT ["/usr/local/bin/grandine"]
9+
ENTRYPOINT ["grandine"]

Dockerfile.cross

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM --platform=$TARGETPLATFORM ubuntu:22.04
22
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl-dev && apt-get clean
33
COPY grandine /usr/local/bin/grandine
4+
5+
ENTRYPOINT ["grandine"]

0 commit comments

Comments
 (0)