UNCLASSIFIED

Commit 2fec7593 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

update to user

parent fe9e4355
Pipeline #247095 canceled with stages
in 11 minutes and 16 seconds
......@@ -25,6 +25,8 @@ RUN groupadd -g 1000 $USER && \
chmod +t /var/run/rstudio-server && \
chkconfig rstudio-server off
USER ${USER}
COPY *.tar.gz /local/libs
COPY rpackages /tmp/rpackages
......@@ -38,8 +40,6 @@ ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
USER ${USER}
HEALTHCHECK --start-period=60s CMD rserver status
EXPOSE 8787
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment