From 71eda35675928310d5f8d0a24a8c2af7c29eb269 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Mon, 18 Jan 2021 00:50:25 -0800
Subject: [PATCH] fix(Dockerfile): Specify full path for entrypoint

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7d06538..2a7bb20 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,4 +21,4 @@ ENV RUST_LOG=info
 
 COPY --from=builder /src/espresso/target/release/espresso /usr/bin/
 
-ENTRYPOINT "espresso"
\ No newline at end of file
+ENTRYPOINT "/usr/bin/espresso"
\ No newline at end of file
-- 
GitLab