Stabilize self-hosted CI workflows and resolve issue #62 #73

Merged
darkhelm merged 80 commits from feature/two-stage-runtime-images into main 2026-07-13 11:16:18 -04:00
Showing only changes of commit 6f3d96d6ef - Show all commits

View File

@@ -4,7 +4,6 @@ FROM node:24-alpine AS build
WORKDIR /app
COPY frontend/package.json frontend/yarn.lock frontend/.yarnrc.yml ./
COPY frontend/.yarn/ ./.yarn/
RUN corepack enable && yarn install --immutable
COPY frontend/ .