|
|
|
|
|
by budhajeewa
2480 days ago
|
|
In the Dockerfile, get UID and GID as ARGs, and make sure those variables are available in your host environment. Then when creating the user in Dockerfile, use that UID and GID. Volumes will work like a charm. That's what I am doing for local development setups with Docker. See https://github.com/a2way-com/template-docker-laravel/blob/ma... and its README. |
|