mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Fix dockerfile 3rd edition
This commit is contained in:
parent
5a6fd715e4
commit
5ebb6bd1b2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ FROM debian:buster AS system
|
||||||
COPY --from=build /usr/local/cargo/bin/patched_porobot_telegram /usr/local/bin/patched_porobot_telegram
|
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 ["patched_porobot_telegram"]
|
||||||
CMD []
|
CMD []
|
||||||
|
|
||||||
FROM entrypoint AS final
|
FROM entrypoint AS final
|
||||||
|
|
Loading…
Reference in a new issue