Update Dockerfile
All checks were successful
Actions / build (push) Successful in 27s

This commit is contained in:
cswimr 2024-12-22 12:27:59 -05:00
parent 38a8709a09
commit 3fc82b4024
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -12,4 +12,4 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
npm i -g yarn
FROM yarn AS docs
RUN yarn install -g @getmeli/cli@1.2.0
RUN yarn global add @getmeli/cli@1.2.0