Remove the localhost restriction.

This will make this image usable in networked container solutions.
This commit is contained in:
Tommi Wäänänen 2023-02-20 22:07:24 +02:00
parent dc8590849b
commit aa976e44cc

View File

@ -8,6 +8,7 @@ VERSION=`cat VERSION`
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout v$VERSION
sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go
ARCH=$(uname -m)
if [[ $ARCH == "armv7l" ]] ; then