Files
harmj0y 40902d9d8f Version 2.1.3
- See CHANGELOG.md for summary of changes
2025-08-29 15:24:32 -07:00

16 lines
372 B
YAML

# Only the base images are defined here
# Base images are the images that are used by other images
# and only needed to be built once
name: nemesis
services:
python-base-dev:
build:
context: ./infra/docker/python_base
dockerfile: dev.Dockerfile
python-base-prod:
build:
context: ./infra/docker/python_base
dockerfile: prod.Dockerfile