ex12: Containerfile explizit in docker-compose.yml referenziert
docker-compose als Backend findet Containerfile nicht automatisch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
21e66d9792
commit
6840c2c7f2
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
services:
|
||||
nginx:
|
||||
build: ./
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Containerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue