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

doccker: as default run uid:gid 1000:1000

parent b1eef022
No related branches found
No related tags found
No related merge requests found
......@@ -59,5 +59,6 @@ RUN chmod -R +rX .; chmod 1777 /var/log/tomcat9 /var/cache/tomcat9
WORKDIR ${CATALINA_BASE}
RUN chmod -R a+rwX conf
RUN chmod +rx /root && chmod +rx /root/start-soda.sh
USER 1000:1000
CMD ["sh", "-c", "/root/start-soda.sh"]
......@@ -49,6 +49,8 @@ env ACCESS_CONTEXT_ROOT=datasets
# configure during start-up
COPY start-soda.sh.soda /root/start-soda.sh
RUN chmod +rx /root && chmod +rx /root/start-soda.sh
USER 1000:1000
CMD ["sh", "-c", "/root/start-soda.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment