entrypoint.sh 116 B

123456
  1. # We need this so that the tests can run in a secure context
  2. socat TCP-LISTEN:8000,fork TCP:web:80 &
  3. cd /src
  4. "$@"