Compare commits

..

No commits in common. "f4feb6349f2c726241deeb072a2bdbfd6bc715ea" and "09de24f3099d4df317ff3156c98a426b3105480a" have entirely different histories.

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```