From 7ef9e4dcb63e7e18074bf50deb4a02f0310dc6b2 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 7 Jan 2021 17:42:13 +0800 Subject: [PATCH] Fix build Dockerfile --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index bdec4ef..dfbb90a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,6 +23,6 @@ RUN apt-get update \ COPY gpgparams entrypoint.sh /protonmail/ # Copy protonmail -COPY --from=build /build/proton-bridge/Desktop-Bridge /protonmail/ +COPY --from=build /build/proton-bridge/proton-bridge /protonmail/ ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]