Skip to content

Commit 98aba4f

Browse files
authored
AAP-55964: Adapt image to work with the AAP containerized installer. (#105)
1 parent 619cb7e commit 98aba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ USER 1001
8484
ENV PATH="/app-root/.venv/bin:$PATH"
8585
LABEL vendor="Red Hat, Inc."
8686

87-
ENTRYPOINT ["/.llama/entrypoint.sh", "/app-root/.venv/bin/python3.12"]
87+
CMD ["/.llama/entrypoint.sh", "/app-root/.venv/bin/python3.12"]
8888
# ======================================================

0 commit comments

Comments
 (0)