Skip to content

Commit c5f39cc

Browse files
fix
Signed-off-by: Adrian Cole <[email protected]>
1 parent d9d24ee commit c5f39cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-chatbot-rag-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: | # This tests ELSER is working, which doesn't require an LLM.
6464
cp env.example .env
6565
# same as `docker compose run --rm -T create-index`, except pull never
66-
docker run --rm -T --name create-index --env-file .env --pull never \
66+
docker run --rm --name create-index --env-file .env --pull never \
6767
--add-host "localhost:host-gateway" ${{ env.IMAGE }} flask create-index
6868
- name: export digest
6969
if: github.event_name == 'push'

0 commit comments

Comments
 (0)