Add image definition to docker-compose.yaml for thechart service
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
thechart:
|
thechart:
|
||||||
build: .
|
build: .
|
||||||
|
image: ${IMAGE}
|
||||||
container_name: 'thechart'
|
container_name: 'thechart'
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
working_dir: '/app'
|
working_dir: '/app'
|
||||||
|
|||||||
Reference in New Issue
Block a user