Skip to content

Commit fd99ee6

Browse files
committed
production target for building image (#21)
1 parent e799582 commit fd99ee6

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:7bd483c3e11b84b00f89dc6d31f7f1153c7ddd305d76b6915374faea6d9c6f8b
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)