fuliai commited on
Commit
35cf8a7
·
verified ·
1 Parent(s): d1616f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ chmod +x /usr/src/appEntry/start.sh
34
  USER node
35
 
36
  # 运行时加载环境变量并启动
37
- CMD ["/bin/sh", "-c", ". /home/node/.nocodb_env && echo "Runtime NC_DB: $NC_DB" && /usr/src/appEntry/start.sh"]
 
34
  USER node
35
 
36
  # 运行时加载环境变量并启动
37
+ CMD ["/bin/sh", "-c", ". /home/node/.nocodb_env && echo \"Runtime NC_DB: $NC_DB\" && /usr/src/appEntry/start.sh"]