Skip to content

Commit

Permalink
Revert docker image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 17, 2024
1 parent 694dd1f commit 2296a4f
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 --loglevel verbose --legacy-peer-deps
run npm ci
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --loglevel verbose --legacy-peer-deps && cd ..
run cd admin && npm ci && cd ..
copy . .
env BASE_ASSETS_PATH="{{rawhubs-base-assets-path}}"
run npm run build 1> /dev/null
Expand Down

0 comments on commit 2296a4f

Please sign in to comment.