mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Use yarn in the docker image too
This commit is contained in:
parent
0595e9e548
commit
7c9e2dd822
@ -1,8 +1,8 @@
|
||||
FROM node:alpine
|
||||
COPY . /tmp/src
|
||||
RUN cd /tmp/src \
|
||||
&& npm install \
|
||||
&& npm run build \
|
||||
&& yarn install \
|
||||
&& yarn build \
|
||||
&& mv lib/ /mjolnir/ \
|
||||
&& mv node_modules / \
|
||||
&& cd / \
|
||||
|
Loading…
Reference in New Issue
Block a user