robert hace 1 año
padre
commit
1cf803f518
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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 "$@"