Update Dockerfile to match new crate name

This commit is contained in:
Emi Simpson 2021-10-25 21:52:24 -04:00
parent 6c04f718a0
commit 2dfb69a0c6
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 2 additions and 2 deletions

View File

@ -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"]