hugomods-docker/docker/hugo/snippets/node
Razon Yang f08b673e7e
fix: bring Yarn back for all Node.js related images [build] (#88)
fix: tests for Go, Node.js, NPM and Yarn [build]
2024-06-28 20:40:54 +08:00

6 lines
217 B
Text

COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
COPY --from=node /usr/local/include /usr/local/include
COPY --from=node /usr/local/bin /usr/local/bin
RUN npm install -g yarn --force