We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341dc0a commit fa34d06Copy full SHA for fa34d06
Dockerfile
@@ -74,11 +74,7 @@ COPY . /project
74
WORKDIR /project
75
76
# Verify Environment
77
-RUN Rscript -e "renv::status()" && \
78
- Rscript -e "renv::diagnostics()" && \
79
- Rscript -e "devtools::session_info()" && \
80
- Rscript -e "reticulate::py_config()" && \
81
- ls()
+RUN Rscript -e "renv::status();renv::diagnostics();devtools::session_info();reticulate::py_config()"
82
83
# Default command
84
CMD ["/bin/sh", "-c", "quarto render && quarto publish"]
0 commit comments