Skip to content

Commit 2cf6460

Browse files
committed
gui2: fix webpack error
1 parent e3b699a commit 2cf6460

File tree

3 files changed

+2704
-5572
lines changed

3 files changed

+2704
-5572
lines changed

docker/explorer/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN npm install -g [email protected]
2727
COPY docker/explorer/package.json /build_docker/gui_alt/package.json
2828
RUN cd gui_alt && npm i --production
2929
COPY gui2/package.json /build_docker/gui2/package.json
30+
COPY gui2/package-lock.json /build_docker/gui2/package-lock.json
3031
RUN cd gui2 && npm i --production
3132

3233
COPY mintools /build_docker/mintools

0 commit comments

Comments
 (0)