Changed README.md

pull/1/head 1.0.0
yuobrezkov 2025-02-19 17:40:59 +03:00
parent 09de24f309
commit 3591956cd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
### Запуск проекта
## Запуск проекта
- ```docker build -t <image_name> .```
- ```docker run --rm --name <unique-name> -v $(pwd)/src/:/app/src -p <hostPort>:<containerPort> <image_name>:latest```