Ver Fonte

[CI SKIP]

robert há 1 ano atrás
pai
commit
1cf803f518
1 ficheiros alterados com 8 adições e 0 exclusões
  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 "$@"