mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 3 additions and 0 deletions
@ -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…
Reference in new issue