We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf2e3 commit f6526daCopy full SHA for f6526da
RetPageOriginDockerfile
@@ -23,8 +23,8 @@ copy admin/package-lock.json admin/
23
run cd admin && npm ci --legacy-peer-deps && cd ..
24
copy . .
25
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 ..
+run npm run build
+run cd admin && npm run build && cp -R dist/* ../dist && cd ..
28
run mkdir -p dist/pages && mv dist/*.html dist/pages && mv dist/hub.service.js dist/pages && mv dist/schema.toml dist/pages
29
run mkdir /hubs/rawhubs && mv dist/pages /hubs/rawhubs && mv dist/assets /hubs/rawhubs && mv dist/favicon.ico /hubs/rawhubs/pages
30
0 commit comments