Go to file
DmitriyA 918656a5b4
test-org/trust-module-backend/pipeline/pr-rc This commit looks good Details
fixed a bug with multiple web socket connection
2025-04-21 02:56:19 -04:00
src fixed a bug with multiple web socket connection 2025-04-21 02:56:19 -04:00
.dockerignore Added .dockerignore 2025-02-17 17:47:59 +03:00
.env set up an authorization session using tokens and cookies 2025-04-14 04:32:15 -04:00
.gitignore fixed a bug with multiple web socket connection 2025-04-21 02:56:19 -04:00
.prettierrc Initial commit for backend 2025-02-17 12:55:43 +00:00
Dockerfile Хранение api в .env файле 2025-02-26 13:24:00 +00:00
Jenkinsfile Added correct notify for jenkinsfile 2025-03-17 16:13:06 +03:00
README.md Changed README.md 2025-02-19 17:40:59 +03:00
eslint.config.mjs Initial commit for backend 2025-02-17 12:55:43 +00:00
nest-cli.json Initial commit for backend 2025-02-17 12:55:43 +00:00
package-lock.json Added correct notify for jenkinsfile 2025-03-17 16:13:06 +03:00
package.json fixed a bug with multiple web socket connection 2025-04-21 02:56:19 -04:00
tsconfig.build.json Initial commit for backend 2025-02-17 12:55:43 +00:00
tsconfig.json Initial commit for backend 2025-02-17 12:55:43 +00:00

README.md

Запуск проекта

  • docker build -t <image_name> .
  • docker run --rm --name <unique-name> -v $(pwd)/src/:/app/src -p <hostPort>:<containerPort> <image_name>:latest