You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i starts 0x locally (npm run ..) 0x --output-dir 0x_profile/{pid}/ -- node -r ts-node/register -r tsconfig-paths/register --inspect=0.0.0.0:9230 ./index.ts
i see isolate*** file. After stopping node.js this file is removed and in the 0x_profile/{pid}/ folder appears a report with html file.
But in docker conteiner cross-env PRESET=prod 0x --output-dir 0x_profile/{pid}/ -- node -r tsconfig-paths/register index.js
i can not get generate html report. I see only isolate*** file.
When i starts 0x locally (npm run ..)
0x --output-dir 0x_profile/{pid}/ -- node -r ts-node/register -r tsconfig-paths/register --inspect=0.0.0.0:9230 ./index.ts
i see isolate*** file. After stopping node.js this file is removed and in the 0x_profile/{pid}/ folder appears a report with html file.
But in docker conteiner
cross-env PRESET=prod 0x --output-dir 0x_profile/{pid}/ -- node -r tsconfig-paths/register index.js
i can not get generate html report. I see only isolate*** file.
I tried
docker restart docker_name
docker stop docker_name && docker start docker_name
I need generated html report inside docker container and then mount whole folder with report files to host machine.
What's my mistake?
The text was updated successfully, but these errors were encountered: