Skip to content

Commit 6cd1e31

Browse files
author
Susan Vanderplas
committed
Freaking quotes.
1 parent cdd3ba0 commit 6cd1e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY renv.lock /project/renv.lock
5959
COPY renv /project/renv
6060

6161
# Restore R deps from renv.lock using persistent cache
62-
RUN --mount=type=cache,target=${R_CACHE} Rscript -e 'renv::restore(lockfile = '/project/renv.lock', prompt = FALSE)'
62+
RUN --mount=type=cache,target=${R_CACHE} Rscript -e 'renv::restore(lockfile = "/project/renv.lock", prompt = FALSE)'
6363

6464
# Copy Python requirements file if exists (cached separately)
6565
COPY setup/requirements.txt ${REQ_FILE}

0 commit comments

Comments
 (0)