fix yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m33s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m33s
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y nodejs yarn
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --immutable
|
RUN yarn install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user