Compare commits

..

No commits in common. "main" and "ex12a-containerfile-steps" have entirely different histories.

2 changed files with 1 additions and 3 deletions

Binary file not shown.

View file

@ -1,7 +1,5 @@
services:
nginx:
build:
context: ./
dockerfile: Containerfile
build: ./
ports:
- "80:80"