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