Skip to content

Commit

Permalink
Merge branch 'wg-easy:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian authored May 9, 2024
2 parents e6b97be + 191dd74 commit 34b2611
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 40 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# nodejs 20 hangs on build with armv6/armv7
FROM docker.io/library/node:18-alpine AS build_node_modules

# Update npm to patched version of latest nodejs lts
RUN npm install -g [email protected]

# Copy Web UI
COPY src /app
WORKDIR /app
Expand Down
57 changes: 18 additions & 39 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
]
},
"engines": {
"node": "18"
"node": ">=18"
}
}

0 comments on commit 34b2611

Please sign in to comment.