forked from Mouws/protonmail-bridge-nextcoud-podman
Copy bridge executable to the image (fixes #66)
This commit is contained in:
parent
acefed1b95
commit
535c80379d
@ -23,6 +23,7 @@ RUN apt-get update \
|
|||||||
COPY gpgparams entrypoint.sh /protonmail/
|
COPY gpgparams entrypoint.sh /protonmail/
|
||||||
|
|
||||||
# Copy protonmail
|
# Copy protonmail
|
||||||
|
COPY --from=build /build/proton-bridge/bridge /protonmail/
|
||||||
COPY --from=build /build/proton-bridge/proton-bridge /protonmail/
|
COPY --from=build /build/proton-bridge/proton-bridge /protonmail/
|
||||||
|
|
||||||
ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]
|
ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user