Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not generate files in docker #241

Closed
station72 opened this issue Oct 13, 2021 · 2 comments · Fixed by #260
Closed

Can not generate files in docker #241

station72 opened this issue Oct 13, 2021 · 2 comments · Fixed by #260
Labels

Comments

@station72
Copy link

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?

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Dec 31, 2021
@github-actions
Copy link

github-actions bot commented Jan 5, 2022

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant