1
Fork 0
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:
Steffo 2023-01-15 17:15:07 +01:00
parent 6a3c8db069
commit fe38a7a49e
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=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"]