Skip to content

Commit

Permalink
Fix docker example dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Nov 2, 2024
1 parent b59f9b7 commit c45215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/axum-utoipa-nesting-vendored/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.14

COPY target/x86_64-unknown-linux-musl/debug/axum-utoipa-nesting /axum-utoipa-nesting
COPY target/x86_64-unknown-linux-musl/release/axum-utoipa-nesting /axum-utoipa-nesting

ENTRYPOINT [ "/axum-utoipa-nesting" ]

0 comments on commit c45215c

Please sign in to comment.