Skip to content
Snippets Groups Projects
Commit beab47c2 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

create user shiny 999:999 form the start

parent be35e6a1
Branches
No related tags found
1 merge request!28User id 999
Pipeline #133428 canceled
Pipeline: shiny-k8s-example

#133429

    ......@@ -8,6 +8,9 @@ ENV SHINY_LOG_STDERR=1
    EXPOSE 3838
    CMD ["shiny-server"]
    RUN addgroup --gid 999 shiny \
    && adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
    # install dependencies
    RUN apt-get update \
    && apt-get install -y \
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment