robert 1 жил өмнө
parent
commit
1cf803f518
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      entrypoint.sh

+ 8 - 0
entrypoint.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -e
+set -o pipefail
+
+mkdir -p /data/wapage/log/ea_video_adv
+
+exec "$@"