1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Fix dockerfile 2nd edition

This commit is contained in:
Steffo 2023-01-15 18:00:57 +01:00
parent fe38a7a49e
commit ae6133b52c
Signed by: steffo
GPG key ID: 2A24051445686895

View file

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