We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2392df8 commit 39cc510Copy full SHA for 39cc510
app.json
@@ -7,5 +7,11 @@
7
"low code",
8
"develop tool"
9
],
10
- "stack": "container"
+ "stack": "container",
11
+ "formation": {
12
+ "web": {
13
+ "quantity": 1,
14
+ "size": "standard-2x"
15
+ }
16
17
}
deploy/heroku/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM openblocksdev/openblocks-ce
+FROM openblocksdev/openblocks-ce:heroku
2
3
LABEL maintainer="openblocks"
0 commit comments