Changed README.md

pull/1/head
yuobrezkov 2025-02-17 17:44:38 +03:00
parent 4152136631
commit d382c233aa
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ RUN npm install
COPY . .
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start:dev"]

View File

@ -1,3 +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```
- ```docker run --rm --name <unique-name> -v $(pwd)/src/:/app/src -p <hostPort>:<containerPort> <image_name>:latest```