Unverified Commit 88258fdd authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

misc: update arm dockerfile

parent 40416645
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:14-alpine AS build
FROM node:16-alpine AS build
RUN apk add yarn g++ make python --no-cache
RUN apk add yarn g++ make --no-cache
WORKDIR /wiki
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment