mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 09:54:23 +01:00
13 lines
237 B
YAML
13 lines
237 B
YAML
# To boot the app run the following:
|
|
# docker-compose run auto-gpt
|
|
version: '3.9'
|
|
|
|
services:
|
|
auto-gpt:
|
|
build:
|
|
dockerfile: .devcontainer/Dockerfile
|
|
context: ../
|
|
tty: true
|
|
volumes:
|
|
- ../:/workspace/Auto-GPT
|