move workdir to top level
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m49s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m49s
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
FROM node:20-alpine AS dependencies
|
FROM node:20-alpine AS dependencies
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
COPY package.json yarn.lock .yarnrc.yml ./
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
COPY package.json yarn.lock .yarnrc.yml ./
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN ls -lR /app
|
RUN ls -lR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user