mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 09:15:29 +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
|
WORKDIR /usr/app
|
||||||
|
|
||||||
COPY package* ./
|
COPY package.json .
|
||||||
|
COPY yarn.lock .
|
||||||
|
|
||||||
# Install prod dependencies
|
# Install prod dependencies
|
||||||
RUN yarn install --prod
|
RUN yarn install --prod
|
||||||
|
|
Loading…
Reference in a new issue