next.js/examples/with-docker/app.json
app.json11 lines154 B
{
  "name": "nextjs",
  "options": {
    "allow-unauthenticated": true,
    "memory": "256Mi",
    "cpu": "1",
    "port": 3000,
    "http2": false
  }
}
Quest for Codev2.0.0
/
SIGN IN