Skip to content

Commit 2296a4f

Browse files
committed
Revert docker image changes
1 parent 694dd1f commit 2296a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetPageOriginDockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ from node:16.16 as builder
66
run mkdir -p /hubs/admin/ && cd /hubs
77
copy package.json ./
88
copy package-lock.json ./
9-
run npm ci --loglevel verbose --legacy-peer-deps
9+
run npm ci
1010
copy admin/package.json admin/
1111
copy admin/package-lock.json admin/
12-
run cd admin && npm ci --loglevel verbose --legacy-peer-deps && cd ..
12+
run cd admin && npm ci && cd ..
1313
copy . .
1414
env BASE_ASSETS_PATH="{{rawhubs-base-assets-path}}"
1515
run npm run build 1> /dev/null

0 commit comments

Comments
 (0)