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 98c4dad commit dcf8a21Copy full SHA for dcf8a21
Procfile
@@ -0,0 +1,2 @@
1
+web: node index.js
2
+worker: node index.js
docker-compose.yaml
@@ -8,6 +8,10 @@ services:
8
image: app:latest
9
container_name: "app"
10
#command: tail -f /dev/null
11
+ appbuild:
12
+ image: ghcr.io/kubero-dev/template-nodeapp:main
13
+ container_name: "appbuild"
14
+ command: tail -f /dev/null
15
node:
16
container_name: "node"
17
image: node:17-alpine
0 commit comments