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