Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
IRMaRA
Commits
a46845c5
Commit
a46845c5
authored
Apr 26, 2021
by
Dorchies David
Browse files
ci(doc): wrong path rmd compilation
Refs
#14
parent
0a53617a
Pipeline
#22668
failed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a46845c5
...
...
@@ -11,6 +11,6 @@ RUN mkdir /build_zone
ADD
. /build_zone
WORKDIR
/build_zone
RUN
R
-e
'remotes::install_local(upgrade="never")'
RUN
R
-e
'rmarkdown::render(irmara:::app_sys("
app/www/
documentation/documentation.Rmd"))'
RUN
R
-e
'rmarkdown::render(irmara:::app_sys("documentation/documentation.Rmd"))'
EXPOSE
80
CMD
R -e "options('shiny.port'=80,shiny.host='0.0.0.0');irmara::run_app()"
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