robert 1 rok temu
rodzic
commit
1cf803f518
1 zmienionych plików z 8 dodań i 0 usunięć
  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 "$@"