Skip to content

Commit e6f5100

Browse files
Sample engine invokes should always pull latest
Otherwise we have to remind people to pull before running.
1 parent b86d804 commit e6f5100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ following command.
4444

4545
```sh
4646
docker run --rm \
47+
--pull=always \
4748
-v /var/run/docker.sock:/var/run/docker.sock \
4849
--mount type=volume,source=docker-prompts,target=/prompts \
4950
vonwig/prompts:latest --host-dir $PWD \
@@ -63,6 +64,7 @@ a GitHub ref. For example, to test some local prompts in a directory named `my_
6364

6465
```sh
6566
docker run --rm \
67+
--pull=always \
6668
-v /var/run/docker.sock:/var/run/docker.sock \
6769
--mount type=bind,source=$PWD,target=/app/my_prompts \
6870
--workdir /app \

0 commit comments

Comments
 (0)