Skip to content

Commit 50136d4

Browse files
committed
changed entrypoint
1 parent 71eb0df commit 50136d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ RUN R -e "renv::restore(library='/opt/renv/library')"
3434
COPY . .
3535

3636
# 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"]
37+
ENTRYPOINT ["R", "--vanilla", "-e", "bookdown::render_book(\"index.Rmd\")"]

0 commit comments

Comments
 (0)