By my docker settings, docker container had been logged in with root account.
And files in /frontend/build had been generated by docker container.
In this case, root has those files's permission. It make some permission error.
From now on, docker container is logged in with user account.
It works smoothly :)
By my docker settings, docker container had been logged in with root account. And files in /frontend/build had been generated by docker container. In this case, root has those files's permission. It make some permission error.
From now on, docker container is logged in with user account. It works smoothly :)
reference https://vsupalov.com/docker-shared-permissions/