From aa5b595d99d9e0fc622a21e2e3c2f93789ba5e63 Mon Sep 17 00:00:00 2001 From: cubic Date: Mon, 9 Dec 2024 15:07:39 +0800 Subject: [PATCH] fix(build script): change init shell --- codefever.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefever.build b/codefever.build index ba91925..9928260 100644 --- a/codefever.build +++ b/codefever.build @@ -45,7 +45,7 @@ RUN ln -s ./env/env.yaml ./env.yaml && ln -s ./env/config.yaml ./config.yaml # initialize container RUN chmod +x ./misc/initailize_container.sh ./misc/system_init.sh -CMD ./misc/system_init.sh +CMD ["/bin/bash", "./misc/system_init.sh"] # USAGE: # docker build --no-cache -f ./codefever.build -t pgyer/codefever-community .