Skip to content

Commit 39cc510

Browse files
committed
update dockerfile for heroku
1 parent 2392df8 commit 39cc510

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"low code",
88
"develop tool"
99
],
10-
"stack": "container"
10+
"stack": "container",
11+
"formation": {
12+
"web": {
13+
"quantity": 1,
14+
"size": "standard-2x"
15+
}
16+
}
1117
}

deploy/heroku/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM openblocksdev/openblocks-ce
1+
FROM openblocksdev/openblocks-ce:heroku
22

33
LABEL maintainer="openblocks"

0 commit comments

Comments
 (0)