Skip to content

Commit

Permalink
Revert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 15, 2024
1 parent 5d4ca69 commit 8b6adb3
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 -dd
run npm ci
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && NODE_ENV=production npm ci --legacy-peer-deps && cd ..
run cd admin && npm ci --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 8b6adb3

Please sign in to comment.