Skip to content

Static files in Dockerfile cannot be loaded #53

Open
@doraphan

Description

@doraphan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions