From 5815a5b193bc7e685c7c29f21c110009fe02772b Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 6 Oct 2024 17:45:01 +0300 Subject: [PATCH] use gnu bash for the docker entry script --- app/docker/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/docker/entry.sh b/app/docker/entry.sh index 3e01376..5dcdb7c 100644 --- a/app/docker/entry.sh +++ b/app/docker/entry.sh @@ -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 "{}" \;