Skip to content

Commit 4b9aacb

Browse files
committed
Test fixing Docker build with Mirador.
1 parent e5a7f1a commit 4b9aacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /usr/src/app
1313
# copy only package for caching purposes
1414
COPY ["package.json", "package-lock.json*", "./"]
1515
COPY tools/ /usr/src/app/tools/
16-
RUN npm install
16+
RUN npm install --legacy-peer-deps
1717

1818
# copy rest of application
1919
COPY .babelrc .eslintrc .istanbul.yml *.js /usr/src/app/

0 commit comments

Comments
 (0)