mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
06b38f8c94
Purpose: Ensuring that all dependencies are captured both at the container level and the python level.
10 lines
190 B
YAML
10 lines
190 B
YAML
services:
|
|
simplemind:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./simplemind:/src/simplemind
|
|
- ./build.py:/src/build.py
|
|
env_file:
|
|
- .env |