evolved-npcs/docker-compose.yml
2025-09-11 11:45:11 -07:00

10 lines
No EOL
197 B
YAML

version: '3.8'
services:
unreal-builder:
image: ghcr.io/epicgames/unreal-engine:runtime
volumes:
- ./Packages:/app/Packages
working_dir: /app
tty: true
stdin_open: true