3 lines
80 B
Text
3 lines
80 B
Text
#!/usr/bin/with-contenv bash
|
|
cd /app/frontend
|
|
exec node_modules/.bin/next start
|