This commit is contained in:
parent
3fc82b4024
commit
35148615e3
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|||
apt-get install -y nodejs && \
|
||||
node --version && \
|
||||
npm --version && \
|
||||
npm i -g yarn
|
||||
corepack enable && \
|
||||
yarn --version
|
||||
|
||||
FROM yarn AS docs
|
||||
RUN yarn global add @getmeli/cli@1.2.0
|
Loading…
Reference in a new issue