docker-images/NodeWithYarnLatestDockerfile

4 lines
89 B
Plaintext
Raw Normal View History

2023-10-18 00:56:11 +00:00
FROM fascinated/docker-images:node-latest
# Install yarn
2023-10-18 00:59:41 +00:00
RUN npm install -g yarn --force