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 0f328bc commit 56e1caeCopy full SHA for 56e1cae
.github/workflows/node.js.yml
@@ -38,9 +38,6 @@ jobs:
38
39
- name: Install dependencies and generate package-lock.json
40
run: npm install
41
-
42
- - run: npm ci
43
- - run: npm audit fix
44
- - run: npm audit fix --force # Force fix remaining vulnerabilities if possible
+
45
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
46
- run: npm run test --if-present
WebApp.Dockerfile
@@ -15,9 +15,6 @@ COPY --chown=node:node ./frontend/ ./frontend
15
COPY --chown=node:node ./static/ ./static
16
WORKDIR /home/node/app/frontend
17
18
-# Verify dependencies are installed correctly
19
-RUN npm ci
20
21
# Build the project
22
RUN NODE_OPTIONS=--max_old_space_size=8192 npm run build
23
0 commit comments