Skip to content

Commit 07f3e32

Browse files
committed
Added support for custom build of Dockerfile.
Signed-off-by: petersirka <petersirka@gmail.com>
1 parent d9e3cf4 commit 07f3e32

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

app-compose-https.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# The file is generated automatically
22
# Do not remove this file and change it
3-
version: '3.1'
4-
53
services:
6-
main_app:
4+
total:
75
container_name: {{ value.id }}
86
image: totalplatform/run:npm
97
restart: always

app-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# The file is generated automatically
22
# Do not remove this file and change it
3-
version: '3.1'
4-
53
services:
6-
main_app:
4+
total:
75
container_name: {{ value.id }}
86
image: totalplatform/run:npm
97
restart: always

0 commit comments

Comments
 (0)