Fix build Dockerfile

This commit is contained in:
Xiaonan Shen 2021-01-07 17:42:13 +08:00
parent 4807fad990
commit 7ef9e4dcb6
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5

View File

@ -23,6 +23,6 @@ RUN apt-get update \
COPY gpgparams entrypoint.sh /protonmail/ COPY gpgparams entrypoint.sh /protonmail/
# Copy 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"] ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]