Copy yarn.lock when building

This commit is contained in:
Max Isom 2021-01-07 11:54:32 -06:00
parent 1216d78d97
commit 5a4e509f7e
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -5,7 +5,8 @@ RUN apk add --no-cache ffmpeg python make g++
WORKDIR /usr/app
COPY package* ./
COPY package.json .
COPY yarn.lock .
# Install prod dependencies
RUN yarn install --prod