ome/devspace

UID pass as build param

atarkowska opened this issue · 1 comments

On Unix if UID of an owner of space is different then the ID in a container (1000) this has to me manually adjusted by:

+RUN usermod -u 1234 omero

compose v2 allows passing build args

Done in a8059c4