Update Dockerfile to match new crate name
This commit is contained in:
parent
6c04f718a0
commit
2dfb69a0c6
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue