datajoint / sci-viz

Generic visualization framework for building dashboarding capabilities for DataJoint pipelines.
https://datajoint.com/docs/core/sci-viz
MIT License
6 stars 12 forks source link

fix dockerfile #116

Closed jverswijver closed 1 year ago

jverswijver commented 1 year ago

Seems like the docker COPY command copies as root which was leading to some permission issues in the container.

jverswijver commented 1 year ago

It writes the files as root even if you use the USER command to designate a user, to clarify why this change is needed. --chown lets you set the user and group the file is copied as.