|
test-org/trust-module-frontend/pipeline/pr-main Build succeeded
Details
|
||
|---|---|---|
| public | ||
| src | ||
| .gitignore | ||
| Dockerfile | ||
| Jenkinsfile | ||
| README.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
README.md
Запуск проекта
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