We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71eb0df commit 50136d4Copy full SHA for 50136d4
1 file changed
Dockerfile
@@ -34,6 +34,4 @@ RUN R -e "renv::restore(library='/opt/renv/library')"
34
COPY . .
35
36
# 6. Execution Logic
37
-ENTRYPOINT ["sh", "-c", "ln -sf /project/$1 /project/configuration.yml && R --vanilla -e 'bookdown::render_book(\"index.Rmd\")'", "--"]
38
-
39
-CMD ["configuration.yml"]
+ENTRYPOINT ["R", "--vanilla", "-e", "bookdown::render_book(\"index.Rmd\")"]
0 commit comments