소스 검색

[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 "$@"