Skip to content

Commit 3fb2b3b

Browse files
committed
production target for building image (#21)
1 parent c93b6f1 commit 3fb2b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
ARG LIGHTSPEED_RAG_CONTENT_IMAGE=quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:f059190635f632bb21b7b6db3e0a74a3ef339bd17be6ea366f1457a150fec0e5
33
ARG RAG_CONTENTS_SUB_FOLDER=vector_db/ocp_product_docs
44

5-
FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} as lightspeed-rag-content
5+
FROM ${LIGHTSPEED_RAG_CONTENT_IMAGE} AS lightspeed-rag-content
66

7-
FROM registry.access.redhat.com/ubi9/ubi-minimal
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal AS production
88

99
ARG APP_ROOT=/app-root
1010

0 commit comments

Comments
 (0)