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
After running the framework the permissions of all files inside the project are changed. That means you can't edit the build folder afterwards, since it is not mounted inside the container.
Expected Behavior
You should be able to edit the files (besides the code folder, see #38 ).
How to reproduce the issue
Run the project with b5 run.
Try to edit the files on the local machine.
The text was updated successfully, but these errors were encountered:
Current Behavior
After running the framework the permissions of all files inside the project are changed. That means you can't edit the build folder afterwards, since it is not mounted inside the container.
Expected Behavior
You should be able to edit the files (besides the code folder, see #38 ).
How to reproduce the issue
b5 run
.The text was updated successfully, but these errors were encountered: