feature (arch): multi arch build

This commit is contained in:
Mickael Kerjean
2023-06-17 15:04:03 +10:00
parent f6eec2886b
commit c2059c839d
2 changed files with 44 additions and 8 deletions

View File

@ -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