release test #7

Merged
opti1337 merged 24 commits from release into master 2025-12-23 14:51:49 +00:00
Showing only changes of commit 472fa8d907 - Show all commits

View File

@@ -2,7 +2,11 @@ FROM ubuntu:latest
WORKDIR /app WORKDIR /app
RUN corepack enable RUN curl -o- https://fnm.vercel.app/install | bash
RUN fnm install 24
RUN corepack enable yarn
RUN yarn set version stable RUN yarn set version stable
COPY package.json yarn.lock .yarnrc.yml ./ COPY package.json yarn.lock .yarnrc.yml ./