change /build to /build/proton-bridge/ and add pass into build image and copy vault-editor into base image
Build and Push Docker Container / build-and-push (push) Successful in 5m48s
Build and Push Docker Container / build-and-push (push) Successful in 5m48s
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ if [[ $1 == init ]]; then
|
||||
pkill protonmail-bridge || true
|
||||
|
||||
# Login
|
||||
/protonmail/proton-bridge --cli $@
|
||||
proton-bridge --cli $@
|
||||
|
||||
else
|
||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||
@@ -25,6 +25,6 @@ else
|
||||
# Fake a terminal, so it does not quit because of EOF...
|
||||
rm -f faketty
|
||||
mkfifo faketty
|
||||
cat faketty | /protonmail/proton-bridge --cli $@
|
||||
cat faketty | proton-bridge --cli $@
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user