Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static files in Dockerfile cannot be loaded #53

Open
doraphan opened this issue Sep 24, 2020 · 0 comments
Open

Static files in Dockerfile cannot be loaded #53

doraphan opened this issue Sep 24, 2020 · 0 comments

Comments

@doraphan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant