diff --git a/Dockerfile b/Dockerfile index 0a0223e..4358a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM files AS build RUN cargo install --path . --all-features --bins FROM debian:buster AS system -COPY --from=build /usr/local/cargo/bin/patched_porobot /usr/local/bin/patched_porobot +COPY --from=build /usr/local/cargo/bin/patched_porobot_telegram /usr/local/bin/patched_porobot_telegram FROM system AS entrypoint ENTRYPOINT ["bobbot"]