mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-03 15:34:18 +00:00
Fix dockerfile
This commit is contained in:
parent
a0974f91d5
commit
2fc82bf6c6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ FROM system AS build
|
||||||
RUN cargo install --path . --all-features --bins
|
RUN cargo install --path . --all-features --bins
|
||||||
|
|
||||||
FROM build AS entrypoint
|
FROM build AS entrypoint
|
||||||
ENTRYPOINT ["patched_porobot_telegram"]
|
ENTRYPOINT []
|
||||||
CMD []
|
CMD []
|
||||||
|
|
||||||
FROM entrypoint AS final
|
FROM entrypoint AS final
|
||||||
|
|
Loading…
Reference in a new issue