Ensure reproducible builds

This commit is contained in:
Matthias 2020-07-26 10:52:07 +02:00
parent 07914cb3f0
commit 5e71b45257

View File

@ -7,6 +7,7 @@ WORKDIR /app
# ENV PATH /usr/src/app/node_modules/.bin:$PATH # ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package.json /app/package.json COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
RUN yarn RUN yarn