Browse Source

[CI SKIP]

robert 11 tháng trước cách đây
mục cha
commit
ea59aa5d56
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 "$@"