From 15917d7c7ec5eb7522e0a5954fc721078db7f83e Mon Sep 17 00:00:00 2001 From: kittyegg Date: Sat, 13 Jun 2026 04:10:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: