1
Fork 0
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:
Steffo 2023-02-07 01:46:16 +01:00
parent a0974f91d5
commit 2fc82bf6c6
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -9,7 +9,7 @@ FROM system AS build
RUN cargo install --path . --all-features --bins
FROM build AS entrypoint
ENTRYPOINT ["patched_porobot_telegram"]
ENTRYPOINT []
CMD []
FROM entrypoint AS final