update
This commit is contained in:
@@ -2,7 +2,11 @@ FROM ubuntu:latest
|
||||
|
||||
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
|
||||
|
||||
COPY package.json yarn.lock .yarnrc.yml ./
|
||||
|
||||
Reference in New Issue
Block a user