Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 22, 2024
1 parent 00bb408 commit 91f57eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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 --force
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --legacy-peer-deps && cd ..
run cd admin && npm ci --force --legacy-peer-deps && cd ..
copy . .
env BASE_ASSETS_PATH="{{rawhubs-base-assets-path}}"
run npm run build 1> /dev/null
Expand Down

0 comments on commit 91f57eb

Please sign in to comment.