Unverified Commit 003ca518 authored by NGPixel's avatar NGPixel

fix: arm dockerfile use non-alpine base image

parent 7e335fa8
# =========================
# --- BUILD NPM MODULES ---
# =========================
FROM node:14-alpine AS build
RUN apk add yarn g++ make python3 sqlite --no-cache
FROM node:14 AS build
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