Browse Source

Dockerfile: add note

pull/999/head
Philip H 12 months ago
parent
commit
6b284cb27c
  1. 2
      Dockerfile

2
Dockerfile

@ -1,3 +1,5 @@
# As a workaround we have to build on nodejs 18
# nodejs 20 hangs on build with armv6/armv7
FROM docker.io/library/node:18-alpine AS build_node_modules
# Copy Web UI

Loading…
Cancel
Save