Skip to content

Commit 7bacb77

Browse files
committed
Avoid changing ownership foor /home/beeai/agents
... directory as it breaks permissons on Openshift. Related: packit/jotnar#38 Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent 96e02f6 commit 7bacb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beeai/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN useradd -m -G wheel beeai
2929
# Create directories
3030
# `/home/beeai/agents/` should be directly copied for Openshift deployment
3131
# although it is locally mounted through a volume
32-
COPY --chown=beeai:beeai agents/ /home/beeai/agents/
32+
COPY agents/ /home/beeai/agents/
3333

3434
USER beeai
3535
WORKDIR /home/beeai

0 commit comments

Comments
 (0)