We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d269b8 commit 32550f4Copy full SHA for 32550f4
.dockerignore
@@ -1,3 +1,4 @@
1
+.github
2
target/
3
.gitignore
4
deny.toml
Dockerfile
@@ -19,7 +19,7 @@ COPY . .
19
COPY --from=cacher /app/target target
20
RUN cargo build --release
21
22
-FROM rust as runtime
+FROM debian:stable-slim as runtime
23
WORKDIR app
24
COPY --from=builder /app/target/release/openapi-test-server openapi-test-server
25
ENTRYPOINT ["./openapi-test-server"]
0 commit comments