Fix: Update Docker build process to resolve npm install failures

This commit is contained in:
stabgan
2025-03-26 23:16:06 +05:30
parent d02e0a9299
commit 24e673de73
2 changed files with 7 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ jobs:
build-args: |
NPM_CONFIG_STRICT_SSL=false
NPM_CONFIG_REGISTRY=https://registry.npmjs.org/
NODE_ENV=development
publish-npm:
runs-on: ubuntu-latest