r-docker-tutorial
r-docker-tutorial copied to clipboard
Static files in Dockerfile cannot be loaded
Greetings!!
I am getting stuck in Dockerfile chapter.
My Dockerfile contains 3 commands which are the same as the tutorial: FROM rocker/verse:latest RUN R -e "install.packages('gapminder', repos = 'http://cran.us.r-project.org')" ADD data/gapminder-FiveYearData.csv /home/rstudio/
However, I failed to see the gapminder dataset on the Rstudio run by Docker. I am using Windows and wonder if the directory path needs to be modified.
Please help me with it