add README

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

6
README.md Executable file → Normal file
View File

@ -1,3 +1,3 @@
Запуск проекта ### Запуск проекта
docker build -t <image_name> . - ```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 - ```docker run --rm --name <unique-name> -v $(pwd)/src/:/var/www/trust-module/src -v $(pwd)/public/:/var/www/trust-module/public -p <hostPort>:<containerPort> <image_name>:latest```