UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
r
r-studio
Commits
9d34a7ee
Commit
9d34a7ee
authored
May 06, 2021
by
Matt Vasquez
Browse files
revert
parent
2fec7593
Pipeline
#247097
failed with stages
in 30 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
9d34a7ee
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment