Skip to content
Snippets Groups Projects
Commit 56c9ecfb authored by Felix Delattre's avatar Felix Delattre
Browse files

Merge branch 'giver-user-priviledges' into 'master'

Included user with userid 1000

See merge request dynamicexposure/server-components/containers/docker-obmgapanalysis!5
parents 0e59ba96 efa9a9d3
No related branches found
No related tags found
1 merge request!5Included user with userid 1000
...@@ -35,4 +35,8 @@ RUN pip3 install shapely --upgrade ...@@ -35,4 +35,8 @@ RUN pip3 install shapely --upgrade
COPY ./files/start.sh /usr/local/bin COPY ./files/start.sh /usr/local/bin
RUN useradd -r -u 1000 -g appuser
appuser
USER appuser
CMD ["/usr/local/bin/start.sh"] CMD ["/usr/local/bin/start.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment