UNCLASSIFIED

Commit 9d34a7ee authored by Matt Vasquez's avatar Matt Vasquez
Browse files

revert

parent 2fec7593
Pipeline #247097 failed with stages
in 30 minutes
......@@ -25,8 +25,6 @@ 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
......@@ -40,6 +38,8 @@ 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