Browse Source

Update npm to patched version of latest nodejs lts

pull/967/head
Philip H 11 months ago
committed by GitHub
parent
commit
fb628bcb89
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Dockerfile

3
Dockerfile

@ -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

Loading…
Cancel
Save