entrypoint.sh 93 B

12345
  1. #!/usr/bin/env bash
  2. envsubst < /docker/config.json > /app/out/public/config.json
  3. exec "$@"