mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-09 05:06:44 +10:00
Try to fix the build
This commit is contained in:
+3
-3
@@ -3,10 +3,10 @@ FROM node:20-alpine AS frontend-builder
|
||||
|
||||
WORKDIR /app/frontend
|
||||
|
||||
# Copy frontend package files
|
||||
# Copy frontend package files and install dependencies
|
||||
COPY frontend/package*.json ./
|
||||
COPY frontend/.npmrc* ./
|
||||
RUN npm ci --legacy-peer-deps
|
||||
COPY frontend/.npmrc ./
|
||||
RUN npm ci
|
||||
|
||||
# Copy frontend source
|
||||
COPY frontend/ ./
|
||||
|
||||
Reference in New Issue
Block a user