add README

pull/2/head
DmitriyA 2025-02-17 14:31:33 +00:00
parent e00758542f
commit afe9bb1f53
1 changed files with 3 additions and 0 deletions

3
README.md Executable file
View File

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