This commit is contained in:
parent
98d8e76484
commit
07c7c4b9f4
@ -3,6 +3,7 @@ WORKDIR /app
|
|||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN apt update && apt install --yes python3 python3-pip build-essential
|
RUN apt update && apt install --yes python3 python3-pip build-essential
|
||||||
|
RUN yarn set version latest
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user