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