We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you add the copy of "renv.lock.prod" before the renv::restore() in the main Dockerfile as follows:
FROM listofcodes_socle COPY renv.lock.prod renv.lock RUN R -e 'renv::restore()'
from ThinkR-open/dockerfiler#31 (comment)
The text was updated successfully, but these errors were encountered:
fix #871 we copy renv.lock.pro in Dockerfile too
e266519
74222a0
VincentGuyader
No branches or pull requests
Could you add the copy of "renv.lock.prod" before the renv::restore() in the main Dockerfile as follows:
FROM listofcodes_socle
COPY renv.lock.prod renv.lock
RUN R -e 'renv::restore()'
from ThinkR-open/dockerfiler#31 (comment)
The text was updated successfully, but these errors were encountered: