We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694dd1f commit 2296a4fCopy full SHA for 2296a4f
RetPageOriginDockerfile
@@ -6,10 +6,10 @@ from node:16.16 as builder
6
run mkdir -p /hubs/admin/ && cd /hubs
7
copy package.json ./
8
copy package-lock.json ./
9
-run npm ci --loglevel verbose --legacy-peer-deps
+run npm ci
10
copy admin/package.json admin/
11
copy admin/package-lock.json admin/
12
-run cd admin && npm ci --loglevel verbose --legacy-peer-deps && cd ..
+run cd admin && npm ci && cd ..
13
copy . .
14
env BASE_ASSETS_PATH="{{rawhubs-base-assets-path}}"
15
run npm run build 1> /dev/null
0 commit comments