Update Dockerfile
All checks were successful
Actions / build (push) Successful in 1m0s

This commit is contained in:
cswimr 2024-12-23 16:57:57 -05:00
parent 3fc82b4024
commit 35148615e3
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -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