Fix wrong path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2023-04-26 19:22:47 +02:00
parent 79a385b9d4
commit e6ac97bd3e

View File

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