Skip to content

Commit

Permalink
fix(docker): corrected .Rproj following rename
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jul 19, 2024
1 parent bb911db commit a28d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproduction/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY --chown=rstudio ./reproduction/docker docker
COPY --chown=rstudio ./reproduction/outputs outputs
COPY --chown=rstudio ./reproduction/README.md README.md
COPY --chown=rstudio ./reproduction/renv.lock renv.lock
COPY --chown=rstudio ./reproduction/reproduction.Rproj reproduction.Rproj
COPY --chown=rstudio ./reproduction/huang2019.Rproj huang2019.Rproj
COPY --chown=rstudio ./reproduction/scripts scripts
COPY --chown=rstudio ./reproduction/tests tests

Expand Down

0 comments on commit a28d885

Please sign in to comment.