mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-09 19:55:28 +01:00
Copy yarn.lock when building
This commit is contained in:
parent
1216d78d97
commit
5a4e509f7e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue