move workdir to top level
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m49s

This commit is contained in:
2025-12-06 00:01:50 -05:00
parent 9d6ebb6ab2
commit 929294bea0

View File

@@ -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