docker-compose als Backend findet Containerfile nicht automatisch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
107 B
YAML
7 lines
107 B
YAML
services:
|
|
nginx:
|
|
build:
|
|
context: ./
|
|
dockerfile: Containerfile
|
|
ports:
|
|
- "80:80"
|