Aktueller Stand
This commit is contained in:
@@ -12,6 +12,8 @@ RUN --mount=type=cache,target=/root/.npm \
|
||||
FROM base AS builder
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN --mount=type=cache,target=/root/.npm \
|
||||
if [ ! -d node_modules/@fullcalendar/core ]; then npm install; fi
|
||||
RUN npm run build
|
||||
|
||||
FROM base AS runner
|
||||
|
||||
Reference in New Issue
Block a user