This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
aneurin
/
herda
Seguir
1
Destacar
0
Fork
0
Archivos
Rama:
develop
Ramas
Etiquetas
develop
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
herda
/
docker
/
entrypoint.sh
entrypoint.sh
93 B
Permalink
Histórico
Raw
1
2
3
4
5
#!/usr/bin/env bash
envsubst < /docker/config.json > /app/out/public/config.json
exec "$@"