This commit is contained in:
Fabian Stamm 2023-04-12 22:41:30 +02:00
parent 1cb47c5bc9
commit 51090f0f93

View File

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