uek-109-LBb/counter_kand/frontend/entrypoint.sh

6 lines
86 B
Bash
Raw Normal View History

2024-07-02 10:54:15 +02:00
#!/bin/sh
set -xe
echo "$(envsubst < build/index.html)" > build/index.html
exec "$@"