services:

gpt-engineer:

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

services: gpt-engineer: build: context: . dockerfile: docker/Dockerfile stdin_open: true tty: true # Set the API key from the .env file env_file: - .env ## OR set the API key directly # environment: # - OPENAI_API_KEY=YOUR_API_KEY image: gpt-engineer volumes: - ./projects/example:/project

Share: