We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33ff5e commit 5d60f52Copy full SHA for 5d60f52
docker/Dockerfile
@@ -17,7 +17,7 @@ COPY docker/run.sh .
17
18
RUN adduser odcompile -H -D && \
19
chown -R odcompile: /app && \
20
- chown -R odcompile: /opendream/bin
+ chown -R odcompile: /opendream
21
22
USER odcompile
23
0 commit comments