mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
3 lines
87 B
Bash
3 lines
87 B
Bash
#!/bin/sh
|
|
echo "NEXT_PUBLIC_BACKEND_URL: $NEXT_PUBLIC_BACKEND_URL"
|
|
exec node server.js
|