mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 09:07:30 +08:00
feature (arch): multi arch build
This commit is contained in:
@ -9,7 +9,7 @@ FROM node:18-alpine AS builder_frontend
|
||||
WORKDIR /home/
|
||||
COPY --from=builder_prepare /home/filestash/ ./
|
||||
RUN apk add make git && \
|
||||
npm install --silent --legacy-peer-deps && \
|
||||
npm install --legacy-peer-deps && \
|
||||
make build_frontend
|
||||
|
||||
# STEP3: BUILD THE BACKEND
|
||||
|
||||
Reference in New Issue
Block a user