Skip to content

Commit fcd5c26

Browse files
Added unafe-perm to Dockerfile to docker run postinstall script
1 parent c82a4b9 commit fcd5c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ ENV CONTENTFUL_EDU_PREVIEW_API_KEY=$CONTENTFUL_EDU_PREVIEW_API_KEY
119119
################################################################################
120120
# Testing and build of the application inside the container.
121121

122+
RUN npm config set unsafe-perm true
122123
RUN npm install
123124
RUN npm test
124125
RUN npm run build

0 commit comments

Comments
 (0)