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
ShinyApps
briskaRShinyApp
Commits
f0a8a442
Commit
f0a8a442
authored
Jun 17, 2020
by
Virgile Baudrot
Browse files
Update README.md
parent
5058dafe
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f0a8a442
...
...
@@ -16,10 +16,17 @@ See [LICENSE](LICENSE)
## Run localy Docker App image
Either downloads the artifact
`briskaRshinyApp_*.tar.gz`
or from the folder
`briskaRshinyApp`
,
build the Archive of the package
`briskaRshinyApp_*.tar.gz`
.
From the folder
`briskaRshinyApp`
,
build the
A
rchive
of the package
` briskaRshinyApp_*.tar.gz`
.
To
build the
a
rchive
, run command lines:
Then run:
```
R CMD build --no-build-vignettes --no-manual briskaRshinyApp/
mv briskaRshinyApp_*.tar.gz briskaRshinyApp/briskaRshinyApp_*.tar.gz
```
Then run (before move within folder
`briskaRshinyApp/`
):
```
sudo docker build --build-arg APP_NAME=briskaRapp --tag briskarshinyapp:latest -f Dockerfile .
...
...
Write
Preview
Supports
Markdown
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