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
2fec7593
Commit
2fec7593
authored
May 06, 2021
by
Matt Vasquez
Browse files
update to user
parent
fe9e4355
Pipeline
#247095
canceled with stages
in 11 minutes and 16 seconds
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 @
2fec7593
...
@@ -25,6 +25,8 @@ RUN groupadd -g 1000 $USER && \
...
@@ -25,6 +25,8 @@ RUN groupadd -g 1000 $USER && \
chmod
+t /var/run/rstudio-server
&&
\
chmod
+t /var/run/rstudio-server
&&
\
chkconfig rstudio-server off
chkconfig rstudio-server off
USER
${USER}
COPY
*.tar.gz /local/libs
COPY
*.tar.gz /local/libs
COPY
rpackages /tmp/rpackages
COPY
rpackages /tmp/rpackages
...
@@ -38,8 +40,6 @@ ENV LC_ALL=en_US.UTF-8 \
...
@@ -38,8 +40,6 @@ ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
LANGUAGE=en_US.UTF-8
USER
${USER}
HEALTHCHECK
--start-period=60s CMD rserver status
HEALTHCHECK
--start-period=60s CMD rserver status
EXPOSE
8787
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