From 535c80379df8027e87e088a01501f992134d6043 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Sat, 5 Nov 2022 14:30:33 +0800 Subject: [PATCH] Copy bridge executable to the image (fixes #66) --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile b/build/Dockerfile index 693d76f..ad3fbcf 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,6 +23,7 @@ RUN apt-get update \ COPY gpgparams entrypoint.sh /protonmail/ # Copy protonmail +COPY --from=build /build/proton-bridge/bridge /protonmail/ COPY --from=build /build/proton-bridge/proton-bridge /protonmail/ ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]