nextjs-with-docker/app.json

11 lines
154 B
JSON
Raw Normal View History

2024-08-20 15:28:28 +00:00
{
"name": "nextjs",
"options": {
"allow-unauthenticated": true,
"memory": "256Mi",
"cpu": "1",
"port": 3000,
"http2": false
}
}