Browse Source

update note

pull/1024/head
Philip H 2 years ago
committed by GitHub
parent
commit
43331a2acf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -2,7 +2,7 @@
# nodejs 22 hangs on build with armv6/armv7
FROM docker.io/library/node:18-alpine AS build_node_modules
# Update npm to latest version
# Update npm to patched version of latest nodejs lts
RUN npm install -g [email protected]
# Copy Web UI

Loading…
Cancel
Save