Skip to content
Snippets Groups Projects
Commit 8484449e authored by Robert Butora's avatar Robert Butora
Browse files

docker: changes owner of /srv/datasets to admin:admin

parent 35594371
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ RUN groupadd --gid 1002 admin \
COPY start-soda.sh /home/admin/start-soda.sh
RUN chown admin:admin /home/admin/start-soda.sh
RUN chown admin:admin /srv/cutouts
USER admin
WORKDIR /home/admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment