Followed the with-docker example

This commit is contained in:
Tiago Ribeiro
2023-10-15 20:48:32 +01:00
parent 958384af15
commit afa595c5ea
4 changed files with 68 additions and 11 deletions

10
app.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "encoach-landing-page",
"options": {
"allow-unauthenticated": true,
"memory": "256Mi",
"cpu": "1",
"port": 3000,
"http2": false
}
}