mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
sed -i "s|{{NEXT_PUBLIC_API_URL}}|${NEXT_PUBLIC_API_URL}|g" /app/public/env.js
|
|
exec "$@"
|