mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
parent
af2825738d
commit
cd91841870
|
@ -9,7 +9,9 @@ WORKDIR /app
|
|||
COPY package.json /app/package.json
|
||||
COPY yarn.lock /app/yarn.lock
|
||||
|
||||
RUN yarn
|
||||
RUN apk add --update --no-cache python3 g++ make\
|
||||
&& yarn \
|
||||
&& apk del python3 g++ make
|
||||
|
||||
RUN yarn global add @vue/cli
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user