Update README.md

This commit is contained in:
2026-06-13 04:10:56 +03:00
parent 5aa135cd0c
commit 15917d7c7e
+3 -1
View File
@@ -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: