Unverified Commit 003ca518 authored by NGPixel's avatar NGPixel

fix: arm dockerfile use non-alpine base image

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