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
|
||||
RUN corepack enable
|
||||
RUN corepack prepare yarn@stable --activate
|
||||
COPY package.json yarn.lock .yarnrc.yml ./
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock .yarnrc.yml ./
|
||||
RUN yarn install
|
||||
RUN ls -lR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user