Fix path for real now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2023-04-26 19:25:13 +02:00
parent e6ac97bd3e
commit 1f4f8003f2

View File

@ -20,7 +20,7 @@ WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
COPY ["package.json", "yarn.lock", ".yarnrc.yml", "/usr/app/"] COPY ["package.json", "yarn.lock", ".yarnrc.yml", "/app/"]
COPY [".yarn", "/app/.yarn"] COPY [".yarn", "/app/.yarn"]
RUN yarn install RUN yarn install