Skip to content

Commit 8c735e1

Browse files
committed
Attempt 5
1 parent 1afd3f6 commit 8c735e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ WORKDIR /app
1616

1717
COPY --chown=odcompile docker/run.sh .
1818

19+
RUN chown -R odcompile:odcompile /opendream
20+
21+
RUN chown -R odcompile:odcompile /app
22+
1923
USER odcompile
2024

2125
ENTRYPOINT [ "/bin/sh", "/app/run.sh" ]

0 commit comments

Comments
 (0)