starbase-81/docker-entrypoint.sh

6 lines
133 B
Bash
Raw Normal View History

2023-04-21 00:53:59 +00:00
#!/bin/sh
sed -i -e 's/HTMLTITLE/'"${TITLE}"'/g' /app/index.html
sed -i -e 's/HTMLTITLE/'"${TITLE}"'/g' /app/src/main.tsx
exec "$@"