diff --git a/README.md b/README.md index 815cc45..ca2a7b7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ cp docker-compose.example.yml docker-compose.yml ```yml services: api: - build: . + build: + context: . + dockerfile: URL-Shortener/Dockerfile ports: - "5000:8080" depends_on: