Building Docker image is failing in Bitbucket CI/CD #8895
Unanswered
mhmh74072
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
Builds for https://github.com/danny-avila/LibreChat/actions/workflows/dev-images.yml All repository files must be present in the build environment for it to work correctly. If the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
ls
#50 673.3 ✓ 7547 modules transformed.
#6 102.1 created dist in 11s #6 102.7 #6 102.7 > [email protected] build:client-package #6 102.7 > cd packages/client && npm run build #6 102.7 #6 102.8 #6 102.8 > @librechat/[email protected] build #6 102.8 > npm run clean && rollup -c --bundleConfigAsCjs #6 102.8 #6 103.1 #6 103.1 > @librechat/[email protected] clean #6 103.1 > rimraf dist #6 103.1 #6 103.7 #6 103.7 src/index.ts → dist/index.js, dist/index.es.js... #6 131.9 created dist/index.js, dist/index.es.js in 28.1s #6 132.2 #6 132.2 > @librechat/[email protected] build #6 132.2 > cross-env NODE_ENV=production vite build && node ./scripts/post-build.cjs #6 132.2 #6 132.7 vite v6.3.4 building for production... #6 133.5 transforming... #6 133.7 Browserslist: browsers data (caniuse-lite) is 6 months old. Please run: #6 133.7 npx update-browserslist-db@latest #6 133.7 Why you should do it regularly: https://github.com/browserslist/update-db#readme #6 136.2 #6 136.2 warn - The class
ease-[cubic-bezier(0.175,0.885,0.32,1.275)]is ambiguous and matches multiple utilities. #6 136.2 warn - If this is content and not a class, replace it with
ease-[cubic-bezier(0.175,0.885,0.32,1.275)]to silence this warning. #6 154.0 ../node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js (1:0): Module level directives cause errors when bundled, "no babel-plugin-flow-react-proptypes" in "../node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js" was ignored. #6 159.0 ../node_modules/vm-browserify/index.js (119:13): Use of eval in "../node_modules/vm-browserify/index.js" is strongly discouraged as it poses security risks and may cause issues with minification. #6 170.0 ✓ 7547 modules transformed. #6 395.0 npm error Lifecycle script
buildfailed with error: #6 395.0 npm error code 1 #6 395.0 npm error path /app/client #6 395.0 npm error workspace @librechat/[email protected] #6 395.0 npm error location /app/client #6 395.0 npm error command failed #6 395.0 npm error command sh -c cross-env NODE_ENV=production vite build && node ./scripts/post-build.cjs #6 395.2 npm warn config production Use
--omit=devinstead. #6 405.5
Version Information
ghcr.io/danny-avila/librechat-dev-api latest 6c5edd195967 46 hours ago 2.21GB
ghcr.io/danny-avila/librechat-dev latest d7fc65a29a47 12 days ago 1.93GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 42ef0aa9a8fa 3 weeks ago 2.02GB
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions