Skip to content

Commit

Permalink
Try to get some more info about the build error
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 15, 2024
1 parent 5ee0ba8 commit 6fb32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from node:16.16 as builder
run mkdir -p /hubs/admin/ && cd /hubs
copy package.json ./
copy package-lock.json ./
run npm ci
run npm ci -dd
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --legacy-peer-deps && cd ..
Expand Down

0 comments on commit 6fb32f3

Please sign in to comment.