mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Fix dockerfile
This commit is contained in:
parent
6a3c8db069
commit
fe38a7a49e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM files AS build
|
|||
RUN cargo install --path . --all-features --bins
|
||||
|
||||
FROM debian:buster AS system
|
||||
COPY --from=install /usr/local/cargo/bin/patched_porobot /usr/local/bin/patched_porobot
|
||||
COPY --from=build /usr/local/cargo/bin/patched_porobot /usr/local/bin/patched_porobot
|
||||
|
||||
FROM system AS entrypoint
|
||||
ENTRYPOINT ["bobbot"]
|
||||
|
|
Loading…
Reference in a new issue