Skip to content

Commit 2f5ff0b

Browse files
committed
OpenConceptLab/ocl_issues#897 Adding missing permissions
1 parent 92e900d commit 2f5ff0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN addgroup -S ocl && adduser -S ocl -G ocl
2121
ENV APP_HOME=/code
2222

2323
RUN mkdir -p $APP_HOME
24+
25+
RUN chown -R ocl:ocl /code
26+
2427
WORKDIR $APP_HOME
2528

2629
RUN apk update && apk add --no-cache libpq bash

0 commit comments

Comments
 (0)