add yarn image
All checks were successful
Actions / build (push) Successful in 21s

This commit is contained in:
cswimr 2024-12-22 12:14:28 -05:00
parent fca7f5b7b9
commit 35fd3399f9
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -10,3 +10,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
node --version
RUN npm install -g @getmeli/cli@1.2.0
FROM docs AS yarn
RUN npm i -g yarn