This commit is contained in:
gyurix
2024-11-22 08:23:27 +01:00
parent 8e2d0f8b68
commit cce41f76f9

View File

@@ -359,7 +359,7 @@ create_user_json() {
create_framework_json() {
if [ "$DEBUG_MODE" == "TRUE"]; then
if [ "$DEBUG_MODE" == "TRUE" ]; then
ENTRYPOINT='"ENTRYPOINT": "sh",'
else
ENTRYPOINT=""