Skip to content

Commit

Permalink
Restore dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 13, 2024
1 parent 672c680 commit 644d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ copy package-lock.json ./
run npm ci
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci && 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 644d101

Please sign in to comment.