Compare commits
No commits in common. "f4feb6349f2c726241deeb072a2bdbfd6bc715ea" and "09de24f3099d4df317ff3156c98a426b3105480a" have entirely different histories.
f4feb6349f
...
09de24f309
|
|
@ -1,3 +1,3 @@
|
||||||
## Запуск проекта
|
### Запуск проекта
|
||||||
- ```docker build -t <image_name> .```
|
- ```docker build -t <image_name> .```
|
||||||
- ```docker run --rm --name <unique-name> -v $(pwd)/src/:/app/src -p <hostPort>:<containerPort> <image_name>:latest```
|
- ```docker run --rm --name <unique-name> -v $(pwd)/src/:/app/src -p <hostPort>:<containerPort> <image_name>:latest```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue