From 2dfb69a0c652f06615009acca6da5b6e57d42ba1 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 25 Oct 2021 21:52:24 -0400 Subject: [PATCH] Update Dockerfile to match new crate name --- web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 98b407b..3f8e091 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -6,5 +6,5 @@ WORKDIR web RUN cargo build --target=x86_64-unknown-linux-musl --release FROM scratch -COPY --from=builder target/x86_64-unknown-linux-musl/release/pronouns_today_web / -CMD ["/pronouns_today_web"] +COPY --from=builder target/x86_64-unknown-linux-musl/release/pronouns-today-web / +CMD ["/pronouns-today-web"]