Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Banfield Wesley
TCNtools
Commits
5662435d
Commit
5662435d
authored
Dec 14, 2020
by
Banfield Wesley
Browse files
Update app.Dockerfile
parent
fad57c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.Dockerfile
View file @
5662435d
...
...
@@ -29,7 +29,7 @@ EXPOSE 8080
# Install cntools Library
RUN
R
-e
"install.packages(c('devtools'), repo='https://cran.r-project.org/')"
RUN
R
-e
"devtools::install_git(url='https://gitlab.osupytheas.fr/vgodard/tcntools')"
RUN
R
-e
"devtools::install_git(url='https://gitlab.osupytheas.fr/vgodard/tcntools'
, repo='https://cran.r-project.org/', dependencies = TRUE
)"
# run app on container start
CMD
["R", "-e", "shiny::runApp('/app', host = '0.0.0.0', port = 8080)"]
\ No newline at end of file
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