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: 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'