Files
simplemind/docker-compose.yaml
T
Kurt Heiden 06b38f8c94 Add docker-compose build
Purpose: Ensuring that all dependencies are captured both at the container level and the python level.
2024-10-28 11:21:10 -06:00

10 lines
190 B
YAML

services:
simplemind:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./simplemind:/src/simplemind
- ./build.py:/src/build.py
env_file:
- .env