mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
add vue cli support globally to docker
This commit is contained in:
parent
11b7521cc7
commit
64d39aa0ed
|
@ -29,6 +29,7 @@ WORKDIR $HOME
|
|||
EXPOSE 8080
|
||||
|
||||
# install dependencies
|
||||
RUN yarn global add @vue/cli
|
||||
RUN yarn install
|
||||
|
||||
WORKDIR $HOME/frequi
|
||||
|
|
Loading…
Reference in New Issue
Block a user