Skip to content

Commit 186c801

Browse files
committed
Try to fix openshift permission issue
1 parent f1a588c commit 186c801

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ COPY package* ./
1414

1515
RUN npm ci
1616

17+
# pdftk fails otherwise
18+
RUN chmod -R 777 node_modules
19+
1720
COPY . .
1821

1922
EXPOSE 3100

0 commit comments

Comments
 (0)