mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Fix dockerfile 2nd edition
This commit is contained in:
parent
fe38a7a49e
commit
ae6133b52c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM files AS build
|
||||||
RUN cargo install --path . --all-features --bins
|
RUN cargo install --path . --all-features --bins
|
||||||
|
|
||||||
FROM debian:buster AS system
|
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
|
FROM system AS entrypoint
|
||||||
ENTRYPOINT ["bobbot"]
|
ENTRYPOINT ["bobbot"]
|
||||||
|
|
Loading…
Reference in a new issue