add README

pull/1/head
DmitriyA 2025-02-17 14:29:48 +00:00
parent 0567113b32
commit 4152136631
1 changed files with 3 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
### Запуск проекта
- ```docker build -t <image_name> .```
- ```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```