Skip to content

Commit dcbaad0

Browse files
committed
made ctxt example a bit better
1 parent 0bc941b commit dcbaad0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README-SDK.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ blueprint_with_context = runloop.blueprint.create(
450450
dockerfile=\"\"\"\
451451
FROM ubuntu:22.04
452452
WORKDIR /app
453+
# copy using the build context from the object
454+
COPY app /app
453455
# use the named context
454456
RUN --mount=type=bind,from=shared,source=/,target=/shared ls -R /shared
455457
\"\"\",

0 commit comments

Comments
 (0)