use gnu bash for the docker entry script

This commit is contained in:
ngn 2024-10-06 17:45:01 +03:00
parent d68f0a74ac
commit 5815a5b193

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# replace the API URL
find ./build -type f -exec sed "s/http:\/\/placeholder\//${API_URL//\//\\/}/g" -i "{}" \;