Skip to content

Commit f6526da

Browse files
committed
don't hide useful error info
1 parent 87cf2e3 commit f6526da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetPageOriginDockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ copy admin/package-lock.json admin/
2323
run cd admin && npm ci --legacy-peer-deps && cd ..
2424
copy . .
2525
env BASE_ASSETS_PATH="{{rawhubs-base-assets-path}}"
26-
run npm run build 1> /dev/null
27-
run cd admin && npm run build 1> /dev/null && cp -R dist/* ../dist && cd ..
26+
run npm run build
27+
run cd admin && npm run build && cp -R dist/* ../dist && cd ..
2828
run mkdir -p dist/pages && mv dist/*.html dist/pages && mv dist/hub.service.js dist/pages && mv dist/schema.toml dist/pages
2929
run mkdir /hubs/rawhubs && mv dist/pages /hubs/rawhubs && mv dist/assets /hubs/rawhubs && mv dist/favicon.ico /hubs/rawhubs/pages
3030

0 commit comments

Comments
 (0)