This website requires JavaScript.
Explore
Help
Register
Sign In
Fascinated
/
docker-images
Watch
1
Star
1
Fork
0
You've already forked docker-images
Code
Issues
1
Pull Requests
Actions
Activity
2e56c4a377
docker-images
/
NodeWithYarnLatestDockerfile
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add nodejs with yarn
2023-10-18 00:56:11 +00:00
FROM fascinated/docker-images:node-latest
# Install yarn
fix yarn
2023-10-18 00:59:41 +00:00
RUN npm install -g yarn --force
Reference in New Issue
Copy Permalink