We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c09c27 commit b72c40fCopy full SHA for b72c40f
Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /app
7
COPY ./ /app
8
# do a release build
9
RUN cargo build --release
10
+RUN strip target/release/mini-docker-rust
11
12
# use a plain alpine image, the alpine version needs to match the builder
13
FROM alpine:3.11
0 commit comments