瀏覽代碼

[CI SKIP]

robert 11 月之前
父節點
當前提交
ea59aa5d56
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -11,5 +11,6 @@ echo "ulimit -n 65535" >> /etc/profile
 echo "ulimit -u 65535" >> /etc/profile
 source /etc/profile
 mkdir -p /data/wapage/log/ea_video_adv
+mkdir -p /data/image/eachat
 
 exec "$@"