Changed package-lock, readme and added .dockerignore

feature/#23
yuobrezkov 2025-01-30 19:41:15 +03:00
parent 402f38b12e
commit 42aa7e2f52
3 changed files with 959 additions and 2194 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules

View File

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

3147
package-lock.json generated

File diff suppressed because it is too large Load Diff