From 2fc82bf6c6c4481901bbde061cc4cdb4a101e696 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 7 Feb 2023 01:46:16 +0100 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07b9d01..7206b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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