Add image definition to docker-compose.yaml for thechart service

This commit is contained in:
William Valentin
2025-07-15 13:37:19 -07:00
parent b8bf070b31
commit c73a0c7d20

View File

@@ -1,6 +1,7 @@
services:
thechart:
build: .
image: ${IMAGE}
container_name: 'thechart'
stdin_open: true
working_dir: '/app'