mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-11 10:45:42 +00:00
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"name": "nextjs",
|
|
"options": {
|
|
"allow-unauthenticated": true,
|
|
"memory": "256Mi",
|
|
"cpu": "1",
|
|
"port": 3000,
|
|
"http2": false
|
|
}
|
|
}
|