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: services:
nginx: nginx:
build: build: ./
context: ./
dockerfile: Containerfile
ports: ports:
- "80:80" - "80:80"