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"]